Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 58180 invoked from network); 25 Jul 2002 19:20:48 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 25 Jul 2002 19:20:48 -0000 Received: (qmail 2821 invoked by uid 97); 25 Jul 2002 19:21:02 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 2805 invoked by uid 97); 25 Jul 2002 19:21:02 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 2792 invoked by uid 98); 25 Jul 2002 19:21:01 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) X-Originating-IP: [167.16.75.11] From: "William E. Kempf" To: "Ant Users List" References: Subject: Re: Building a Classpath Date: Thu, 25 Jul 2002 14:23:36 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 25 Jul 2002 19:20:42.0118 (UTC) FILETIME=[5E032260:01C23410] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ----- Original Message ----- From: "Dominique Devienne" To: "'Ant Users List'" Sent: Monday, July 22, 2002 3:31 PM Subject: RE: Building a Classpath > No need for . Simply do . > > Study the output of running Ant with the -verbose (or -debug if you can > stomach it) switch. That'll show you what is doing. By default, > also includes the classpath it runs with (the one used by the Java > VM running Ant, which is the current classpath of your environment, extended > with all the jars/zips in $ANT_HOME/lib). See the 'includeAntRuntime' and > 'includeJavaRuntime' attributes of for details. Thanks for all the help. Turns out I did something stupid, but now I've got a working implementation. I've got a question however. Ant is producing output like "Overriding previous definition of reference to my.classpath" when this task is invoked. (In fact, it produces multiple such output lines.) Any idea why? Bill Kempf -- To unsubscribe, e-mail: For additional commands, e-mail: