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 79945 invoked from network); 31 Jan 2001 13:41:50 -0000 Received: from mta05.mail.au.uu.net (HELO mta05.mail.mel.aone.net.au) (203.2.192.85) by h31.sny.collab.net with SMTP; 31 Jan 2001 13:41:50 -0000 Received: from cognetnt ([63.34.197.68]) by mta05.mail.mel.aone.net.au with SMTP id <20010131134148.XIAG6342.mta05.mail.mel.aone.net.au@cognetnt> for ; Thu, 1 Feb 2001 00:41:48 +1100 Message-ID: <01b701c08b8b$c37ae4e0$44c5223f@cognetnt> From: "Conor MacNeill" To: References: <20010131094205.62744.qmail@apache.org> <3A781305.3DA215C4@progress.com> Subject: Re: cvs commit: jakarta-ant/src/script ant ant.bat Date: Thu, 1 Feb 2001 00:41:00 +1100 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 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Bill, Yes, Pete removed it and I have left that as is. I have tried to address his concerns about putting jars into the CVS directory by creating a bootstrap directory. This will contain a bootstrapped ant to be used by build.sh/build.bat. I didn't see, therefore, much point in restoring the concept of "lib/core". Will anyone miss it? Conor ----- Original Message ----- From: "Bill Burton" To: Sent: Thursday, February 01, 2001 12:28 AM Subject: Re: cvs commit: jakarta-ant/src/script ant ant.bat > Hi Conor, > > So it looks like the the lib/core subdirectory is going away? I'm nearly > finished with a rewrite of runant.pl which brings it in line with the > current ant script so I'd like for it to be consistent. > > Thanks, > -Bill Burton > > conor@apache.org wrote: > > > Index: ant > > =================================================================== > > RCS file: /home/cvs/jakarta-ant/src/script/ant,v > > retrieving revision 1.2 > > retrieving revision 1.3 > > diff -u -r1.2 -r1.3 > > --- ant 2001/01/30 09:00:57 1.2 > > +++ ant 2001/01/31 09:42:04 1.3 > > @@ -68,15 +68,6 @@ > > LOCALCLASSPATH=$LOCALCLASSPATH:"$i" > > fi > > done > > -DIRCORELIBS=${ANT_HOME}/lib/core/*.jar > > -for i in ${DIRCORELIBS} > > -do > > - # if the directory is empty, then it will return the input string > > - # this is stupid, so case for it > > - if [ "$i" != "${DIRCORELIBS}" ] ; then > > - LOCALCLASSPATH=$LOCALCLASSPATH:"$i" > > - fi > > -done > > > > if [ "$CLASSPATH" != "" ] ; then > > LOCALCLASSPATH=$CLASSPATH:$LOCALCLASSPATH > > > > > > > > 1.4 +0 -1 jakarta-ant/src/script/ant.bat > > > > Index: ant.bat > > =================================================================== > > RCS file: /home/cvs/jakarta-ant/src/script/ant.bat,v > > retrieving revision 1.3 > > retrieving revision 1.4 > > diff -u -r1.3 -r1.4 > > --- ant.bat 2001/01/29 01:13:56 1.3 > > +++ ant.bat 2001/01/31 09:42:04 1.4 > > @@ -57,7 +57,6 @@ > > set _JAVACMD=%JAVACMD% > > set LOCALCLASSPATH="%CLASSPATH%" > > for %%i in ("%ANT_HOME%\lib\*.jar") do call "%ANT_HOME%\bin\lcp.bat" "%%i" > > -for %%i in ("%ANT_HOME%\lib\core\*.jar") do call "%ANT_HOME%\bin\lcp.bat" "%%i" > > --------------------------------------------------------------------- > To unsubscribe, e-mail: ant-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: ant-dev-help@jakarta.apache.org > >