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"

Reply via email to