bodewig 01/08/10 02:03:10
Modified: . Tag: ANT_14_BRANCH WHATSNEW
Log:
note change of JAVACMD environment variable handling.
Revision Changes Path
No revision
No revision
1.144.2.2 +5 -0 jakarta-ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
retrieving revision 1.144.2.1
retrieving revision 1.144.2.2
diff -u -r1.144.2.1 -r1.144.2.2
--- WHATSNEW 2001/08/09 11:54:06 1.144.2.1
+++ WHATSNEW 2001/08/10 09:03:10 1.144.2.2
@@ -59,6 +59,11 @@
been configured from the build file. Custom tasks supporting nested
elements
starting with the name configured will no longer function.
+* The environment variable JAVACMD that can be used to specify the
+ java executable to Ant's wrapper scripts must not contain additional
+ command line parameters any longer - please use the environment
+ variable ANT_OPTS for such parameters now.
+
Other changes:
--------------