bodewig 2004/04/06 07:09:25
Modified: docs/manual conceptstypeslist.html
docs/manual/CoreTasks java.html
docs/manual/OptionalTasks junit.html
Added: docs/manual clonevm.html
Log:
Document build.clonevm
Revision Changes Path
1.17 +1 -0 ant/docs/manual/conceptstypeslist.html
Index: conceptstypeslist.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/conceptstypeslist.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- conceptstypeslist.html 27 Mar 2004 21:22:58 -0000 1.16
+++ conceptstypeslist.html 6 Apr 2004 14:09:25 -0000 1.17
@@ -11,6 +11,7 @@
<h2><a href="toc.html" target="navFrame">Table of Contents</a></h2>
<h3>Concepts</h3>
+<a href="clonevm.html">build.clonevm</a><br>
<a href="sysclasspath.html">build.sysclasspath</a><br>
<a href="CoreTasks/common.html">Common Attributes</a><br>
1.1 ant/docs/manual/clonevm.html
Index: clonevm.html
===================================================================
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<title>build.clonevm</title>
</head>
<body>
<h2><a name="clonevm">build.clonevm</a></h2>
<p><em>Since Ant 1.7</em></p>
<p>The value of the 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
attributes to control the VMs on a task-by-task basis while the system
property applies to all forked Java VMs.</p>
<p>If the value of the property is true, then all system properties
and the bootclasspath of the forked Java Virtual Machine will be the
same as those of the Java VM running Ant.</p>
<p>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.</p>
<hr>
<p align="center">Copyright © 2004 The Apache Software Foundation. All
rights
Reserved.</p>
</body>
</html>
1.30 +9 -0 ant/docs/manual/CoreTasks/java.html
Index: java.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/java.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- java.html 27 Mar 2004 21:22:58 -0000 1.29
+++ java.html 6 Apr 2004 14:09:25 -0000 1.30
@@ -178,6 +178,15 @@
recommended to use this feature only if fork is enabled.</strong></td>
<td align="center" valign="top">No</td>
</tr>
+ <tr>
+ <td valign="top">clonevm</td>
+ <td valign="top">If set to true true, then all system properties
+ and the bootclasspath of the forked Java Virtual Machine will be
+ the same as those of the Java VM running Ant. Default is
+ "false" (ignored if fork is disabled).
+ <em>since Ant 1.7</em></td>
+ <td align="center" valign="top">No</td>
+ </tr>
</table>
<h3>Parameters specified as nested elements</h3>
<h4>arg and jvmarg</h4>
1.33 +9 -0 ant/docs/manual/OptionalTasks/junit.html
Index: junit.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/OptionalTasks/junit.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- junit.html 9 Feb 2004 21:50:08 -0000 1.32
+++ junit.html 6 Apr 2004 14:09:25 -0000 1.33
@@ -156,6 +156,15 @@
<em>Since Ant 1.6</em>.</td>
<td align="center" valign="top">No; default is <code>true</code>.</td>
</tr>
+ <tr>
+ <td valign="top">clonevm</td>
+ <td valign="top">If set to true true, then all system properties
+ and the bootclasspath of the forked Java Virtual Machine will be
+ the same as those of the Java VM running Ant. Default is
+ "false" (ignored if fork is disabled).
+ <em>since Ant 1.7</em></td>
+ <td align="center" valign="top">No</td>
+ </tr>
</table>
<p>By using the <code>errorproperty</code> and <code>failureproperty</code>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]