|
|
@@ -2,16 +2,16 @@ |
|
|
|
|
|
|
|
<head> |
|
|
|
<meta http-equiv="Content-Language" content="en-us"> |
|
|
|
<title>build.clonevm</title> |
|
|
|
<title>ant.build.clonevm</title> |
|
|
|
</head> |
|
|
|
|
|
|
|
<body> |
|
|
|
|
|
|
|
<h2><a name="clonevm">build.clonevm</a></h2> |
|
|
|
<h2><a name="clonevm">ant.build.clonevm</a></h2> |
|
|
|
|
|
|
|
<p><em>Since Ant 1.7</em></p> |
|
|
|
|
|
|
|
<p>The value of the build.clonevm system property controls how Ant |
|
|
|
<p>The value of the ant.build.clonevm system property controls how Ant |
|
|
|
instruments forked Java Virtual Machines. The <a |
|
|
|
href="CoreTasks/java.html">java</a> and <a |
|
|
|
href="OptionalTasks/junit.html">junit</a> tasks support clonevm |
|
|
@@ -20,7 +20,7 @@ property applies to all forked Java VMs.</p> |
|
|
|
|
|
|
|
<p>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 build.clonevm to true and <a |
|
|
|
VM running Ant. In addition, if you set ant.build.clonevm to true and <a |
|
|
|
href="sysclasspath.html">build.sysclasspath</a> has not been set, the |
|
|
|
bootclasspath of forked Java VMs gets constructed as if |
|
|
|
build.sysclasspath had the value "last".</p> |
|
|
|