Browse Source

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
master
Peter Reilly 20 years ago
parent
commit
e4f83986d9
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      WHATSNEW

+ 7
- 0
WHATSNEW View File

@@ -247,6 +247,13 @@ Other changes:
* 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:
-----------



Loading…
Cancel
Save