From 753a6c60f47f3ac4f270005b65e9d6481de8eb68 Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Fri, 23 Oct 2015 10:00:02 -0700 Subject: Adding maven and ant source trees Change-Id: I0a39b9add833a31b9c3f98d193983ae2f3a5a445 Signed-off-by: Ashlee Young --- .../src/ant/apache-ant-1.9.6/manual/clonevm.html | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 framework/src/ant/apache-ant-1.9.6/manual/clonevm.html (limited to 'framework/src/ant/apache-ant-1.9.6/manual/clonevm.html') diff --git a/framework/src/ant/apache-ant-1.9.6/manual/clonevm.html b/framework/src/ant/apache-ant-1.9.6/manual/clonevm.html new file mode 100644 index 00000000..b0a53420 --- /dev/null +++ b/framework/src/ant/apache-ant-1.9.6/manual/clonevm.html @@ -0,0 +1,52 @@ + + + + + + +ant.build.clonevm + + + + +

ant.build.clonevm

+ +

Since Apache Ant 1.7

+ +

The value of the ant.build.clonevm system property controls how Ant +instruments forked Java Virtual Machines. The java and junit tasks support clonevm +attributes to control the VMs on a task-by-task basis while the system +property applies to all forked Java VMs.

+ +

If the value of the property is true, then all system properties of +the forked Java Virtual Machine will be the same as those of the Java +VM running Ant. In addition, if you set ant.build.clonevm to true and build.sysclasspath has not been set, the +bootclasspath of forked Java VMs gets constructed as if +build.sysclasspath had the value "last".

+ +

Note that this has to be a system property, so it cannot be +specified on the Ant command line. Use the ANT_OPTS environment +variable instead.

+ + + + + -- cgit 1.2.3-korg