diff --git a/WHATSNEW b/WHATSNEW
index 9db3402cd..06fce786b 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -135,6 +135,9 @@ Other changes:
* A "package" mapper type has been added to allow package directory
names replaced with the dotted form.
+* you can now specify environment variables in the Name of a file to write the output to.
No
+
+
newenvironment
+ Do not propagate old environment when new
+ environment variables are specified. Default is "false"
+ (ignored if fork is disabled).
+ No
+ Parameters specified as nested elements
arg and jvmarg
@@ -111,6 +118,14 @@ variables.
Java
's classpath attribute is a PATH like structure and can also be set via a nested
classpath element.
It is possible to specify environment variables to pass to the +forked VM via nested env elements. See the description in the +section about exec
+Please note that the environment of the current Ant process is +not passed to the forked VM if you specify variables using +env.
+Settings will be ignored if fork is disabled.
<java classname="test.Main" > @@ -150,7 +165,7 @@ and with a maximum memory of 128MB. Any non zero return code breaks the build. JVM, as it takes different parameters for other JVMs, That JVM can be started from <exec> if required.
-Copyright © 2001 Apache Software Foundation. All rights +
Copyright © 2001-2002 Apache Software Foundation. All rights Reserved.