You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Peter Reilly <pe...@apache.org> on 2004/10/05 10:48:04 UTC

new -noclasspath option for ant

Hi,
 I have added a -noclasspath option to cvs HEAD.

I made a modification to ant.bat to implement the option. This is done so
that we can deal with CLASSPATH variables that contain a double quote or
a backslash at the end of the line.  The changes are very small and do 
not effect
the java invocation, However I would like to get people to test the file 
in the
usual operating systems - WIN2000, WINXP home, WINXP pro, NT4, WIN 
millimium,
WIN 98, WIN 95.  I have done a quick test on WINXP home.

I also updated build.bat and build.sh to use the option, so one needs to 
do rm -rf bootstrap build
before building ant from CVS after updating.

Peter

peterreilly@apache.org wrote:

>peterreilly    2004/10/05 01:37:01
>
>  Modified:    .        WHATSNEW build.bat build.sh
>               src/script ant.bat
>               src/main/org/apache/tools/ant Main.java
>               src/main/org/apache/tools/ant/launch Launcher.java
>  Log:
>  -noclasspath option
>    Added -noclasspath option to allow running ant WITHOUT using CLASSPATH env
>    variable. Modified ant.bat to do this so that %CLASSPATH% is not looked at.
>    Modified build.sh and build.bat to use the option.
>  
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org