Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 60494 invoked from network); 10 Jul 2000 23:05:34 -0000 Received: from smtp.thespot.com.au (203.63.78.43) by locus.apache.org with SMTP; 10 Jul 2000 23:05:34 -0000 Received: from monkey.prod.thespot.com.au (monkey.prod.thespot.com.au [172.16.33.10]) by smtp.thespot.com.au (8.9.3/8.9.3) with ESMTP id JAA19436 for ; Tue, 11 Jul 2000 09:04:01 +1000 (EST) Received: (from daemon@localhost) by monkey.prod.thespot.com.au (8.10.0/8.10.0) id e6AN5Sd29457 for ; Tue, 11 Jul 2000 09:05:28 +1000 (EST) Received: from UNKNOWN(192.168.1.32), claiming to be "snotty" via SMTP by monkey, id smtpdAAAZSaic5; Tue Jul 11 09:05:27 2000 From: "Conor MacNeill" To: Subject: RE: Using old ant.jar in build.bat? Date: Tue, 11 Jul 2000 09:06:13 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <85256918.00546A72.00@d54mta04.raleigh.ibm.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal > -----Original Message----- > From: rubys@us.ibm.com [mailto:rubys@us.ibm.com] > Conor MacNeill wrote: > > > > In general, therefore, I would not make use of the new code in > > build.bat which adds all the jars to the classpath, since I don't > > expect any jars to be there except ant.jar. I think it would be > > interesting to add this behaviour to the ant/ant.bat driver > > scripts, though. > > I added that logic at the same time I added jaxp.jar and parser.jar to the > distribution. > > Arguably, I should have added this to ant.bat/sh instead. > > Is the consensus that: > > Bootstrap is for a complete clean rebuild from source > > Build.bat/sh is tailored for building Ant > > Ant.bat/sh is general purpose for building any project > > If so, it is my preference that we should clean up so that the bootstrap > script calls the build script which calls the ant script. Single point of > maintenance and reduced confusion. > > The build script certainly could set ant_home to ".". +1 Sounds good. Conor