peterreilly 2005/03/10 06:21:25
Modified: . WHATSNEW
Log:
move -noclasspaht and -nouserlib to ant 1.6
Revision Changes Path
1.768 +7 -0 ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/ant/WHATSNEW,v
retrieving revision 1.767
retrieving revision 1.768
diff -u -r1.767 -r1.768
--- WHATSNEW 10 Mar 2005 14:20:05 -0000 1.767
+++ WHATSNEW 10 Mar 2005 14:21:24 -0000 1.768
@@ -247,6 +247,13 @@
* Added verbose="true|false" attribute to <subant>. When verbose is enabled,
the directory name is logged on entry and exit of the sub-build. Bugzilla
33787.
+* Added -nouserlib option to allow running ant without automatically loading
+ up ${user.home}/.lib/ant. This is useful when compiling ant, and antlibs.
+ Modified the build.sh and build.bat to use the 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.
+
Fixed bugs:
-----------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]