From e4f83986d92357ee50e3a2bdeb8891c27b57a6b9 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Thu, 10 Mar 2005 14:21:24 +0000 Subject: [PATCH] move -noclasspaht and -nouserlib to ant 1.6 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277877 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index a7c75bc10..f98f536f3 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -247,6 +247,13 @@ Other changes: * Added verbose="true|false" attribute to . 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: -----------