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" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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
>
> [EMAIL PROTECTED] wrote:
> <snip/>
> >   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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to