From 1df308115f92029b6484a52b6452140e2f930cfd Mon Sep 17 00:00:00 2001
From: Stefan Bodewig 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.