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 67693 invoked from network); 31 Jan 2001 13:28:39 -0000 Received: from pscgate.progress.com (192.77.186.1) by h31.sny.collab.net with SMTP; 31 Jan 2001 13:28:39 -0000 Received: from elvirus.progress.com (elvirus [192.77.186.100]) by pscgate.progress.com (8.10.2/8.10.2/PSC-4.01) with ESMTP id f0VDSci18504 for ; Wed, 31 Jan 2001 08:28:39 -0500 (EST) Received: from progress.COM (localhost [127.0.0.1]) by elvirus.progress.com (8.10.2/8.10.2/PSC-4.01) with ESMTP id f0VDUjX00437 for ; Wed, 31 Jan 2001 08:30:46 -0500 (EST) Received: from naserv.bedford.progress.com (naserv [172.16.5.174]) by progress.COM (8.7.2/PSC-1.0) with ESMTP id IAA08608 for ; Wed, 31 Jan 2001 08:28:37 -0500 (EST) Received: from progress.com ([172.16.107.175]) by naserv.bedford.progress.com (Netscape Messaging Server 4.15) with ESMTP id G8143O00.PFN for ; Wed, 31 Jan 2001 08:28:36 -0500 Message-ID: <3A781305.3DA215C4@progress.com> Date: Wed, 31 Jan 2001 08:28:37 -0500 From: "Bill Burton" Organization: Progress Software Corporation X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en-US,ja MIME-Version: 1.0 To: ant-dev@jakarta.apache.org Subject: Re: cvs commit: jakarta-ant/src/script ant ant.bat References: <20010131094205.62744.qmail@apache.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N 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"