Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 7401 invoked from network); 6 May 2002 14:10:56 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 6 May 2002 14:10:56 -0000 Received: (qmail 21046 invoked by uid 97); 6 May 2002 14:10:54 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 21025 invoked by uid 97); 6 May 2002 14:10:53 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 21013 invoked by uid 98); 6 May 2002 14:10:53 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Content-Type: text/plain; charset="iso-8859-1" From: Darrell DeBoer To: "Ant Developers List" Subject: Re: Ant 1.5 Beta1 Sneak Preview ready Date: Tue, 7 May 2002 00:15:26 +1000 X-Mailer: KMail [version 1.4] References: <20020506040359.17457.qmail@web13405.mail.yahoo.com> <200205061632.36578.michael@snaphire.com> In-Reply-To: <200205061632.36578.michael@snaphire.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200205070015.26806.darrell@apache.org> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Mon, 6 May 2002 14:32, Michael McCallum wrote: > the danger is that the order of the jars depends upon the ordering of a > list of items from the ant/lib directory so the classes used may be > different on different platforms. Exactly, and it's just not great to have multiple versions of the same .class files in your classpath, if you can avoid it. Some of my least fun Java experiences have been tracking down LinkageErrors with JAXP, caused by different versions of JAXP classes in different places - I don't wish the experience on anyone. ;) -- ciao, Daz > > On Monday, 06 May, 2002 16:03, Diane Holt wrote: > > --- Darrell DeBoer wrote: > > > Could you try it with the