Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 8933 invoked from network); 12 Dec 2005 12:44:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Dec 2005 12:44:29 -0000 Received: (qmail 16932 invoked by uid 500); 12 Dec 2005 12:44:22 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 16597 invoked by uid 500); 12 Dec 2005 12:44:21 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 16569 invoked by uid 99); 12 Dec 2005 12:44:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Dec 2005 04:44:20 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [193.109.238.66] (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Dec 2005 04:44:19 -0800 Received: from z011100.bk.fin.local (z011104.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.12.10/8.12.10) with ESMTP id jBCChsfR025425 for ; Mon, 12 Dec 2005 13:43:54 +0100 Received: from z011134.bk.fin.local ([130.11.7.134]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.0); Mon, 12 Dec 2005 13:43:56 +0100 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Subject: AW: How to detect missing jars in a ? Date: Mon, 12 Dec 2005 13:43:56 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to detect missing jars in a ? Thread-Index: AcX/DcB1VqoGF76zTNCg0kn/0Fl+DQACRCTg From: To: X-OriginalArrivalTime: 12 Dec 2005 12:43:56.0574 (UTC) FILETIME=[B76063E0:01C5FF19] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I think enhancing [1] would be good idea: |all"> <*resource/> is a resource collection [2]. It combines multiple possibilities * need exactly 3 of the specified resources * need 3 or more resources * need 4 or less resources * nedd all resources - which is the default because it=B4s the default just: =20 Open: - naming of the element () - naming of the attributes Are here any other tasks where we can "reuse" the names? - integration into resource collections Do I use the right scenario or is there something else? Advantage: would support resources (doesnt do it yet) :-) Jan [1] http://ant.apache.org/manual/CoreTasks/available.html [2] = http://svn.apache.org/repos/asf/ant/core/trunk/docs/manual/CoreTypes/reso= urces.html#collection >-----Urspr=FCngliche Nachricht----- >Von: Bertrand Delacretaz [mailto:bdelacretaz@apache.org]=20 >Gesendet: Montag, 12. Dezember 2005 12:18 >An: Ant Users List >Betreff: Re: How to detect missing jars in a ? > >Le 12 d=E9c. 05, =E0 11:57, Steve Loughran a =E9crit : > >> ...Sounds to me like you've just added a new condition to Ant,=20 >> Monsieur Delacretaz, called something like , which=20 >> verifies that every element in a path is present, logs at -verbose=20 >> level if one is missing (and perhaps sets a property to a=20 >> filelist/path of missing items)... > >Thanks for confirming that it doesn't exist yet, I was=20 >wondering if I was missing something obvious. > >> something like >> >> > textproperty=3D"message" /> >> >> Missing files ${message} > >Sounds good, I'll try to come up with something in my Copious=20 >Free Time... > >Actually, if the JVMs would check existence of all jar files=20 >passed in the classpath, it would make our lives easier in many places. > >-Bertrand > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org