peterreilly 2004/10/07 08:40:47 Modified: . WHATSNEW build.sh build.bat Log: remove -noclasspath from build.sh and build.bat It was not BC and may have caused a gumpy glitch. Revision Changes Path 1.671 +0 -1 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.670 retrieving revision 1.671 diff -u -r1.670 -r1.671 --- WHATSNEW 5 Oct 2004 08:36:59 -0000 1.670 +++ WHATSNEW 7 Oct 2004 15:40:46 -0000 1.671 @@ -62,7 +62,6 @@ * 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. Changes from Ant 1.6.2 to current Ant 1.6 CVS version ===================================================== 1.43 +1 -1 ant/build.sh Index: build.sh =================================================================== RCS file: /home/cvs/ant/build.sh,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- build.sh 6 Oct 2004 14:58:45 -0000 1.42 +++ build.sh 7 Oct 2004 15:40:47 -0000 1.43 @@ -52,5 +52,5 @@ ANT_INSTALL="-emacs" fi -bootstrap/bin/ant -nouserlib -noclasspath -lib lib/optional "$ANT_INSTALL" $* +bootstrap/bin/ant -nouserlib -lib lib/optional "$ANT_INSTALL" $* 1.45 +1 -1 ant/build.bat Index: build.bat =================================================================== RCS file: /home/cvs/ant/build.bat,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- build.bat 6 Oct 2004 14:58:45 -0000 1.44 +++ build.bat 7 Oct 2004 15:40:47 -0000 1.45 @@ -28,7 +28,7 @@ goto cleanup :install_ant -call bootstrap\bin\ant.bat -nouserlib -noclasspath -lib lib/optional -Dant.install="%REAL_ANT_HOME%" %1 %2 %3 %4 %5 %6 %7 %8 %9 +call bootstrap\bin\ant.bat -nouserlib -lib lib/optional -Dant.install="%REAL_ANT_HOME%" %1 %2 %3 %4 %5 %6 %7 %8 %9 rem clean up :cleanup
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]