You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

clonevm.html 986 B

12345678910111213141516171819202122232425262728293031323334
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <title>build.clonevm</title>
  5. </head>
  6. <body>
  7. <h2><a name="clonevm">build.clonevm</a></h2>
  8. <p><em>Since Ant 1.7</em></p>
  9. <p>The value of the build.clonevm system property controls how Ant
  10. instruments forked Java Virtual Machines. The <a
  11. href="CoreTasks/java.html">java</a> and <a
  12. href="OptionalTasks/junit.html">junit</a> tasks support clonevm
  13. attributes to control the VMs on a task-by-task basis while the system
  14. property applies to all forked Java VMs.</p>
  15. <p>If the value of the property is true, then all system properties
  16. and the bootclasspath of the forked Java Virtual Machine will be the
  17. same as those of the Java VM running Ant.</p>
  18. <p>Note that this has to be a system property, so it cannot be
  19. specified on the Ant command line. Use the ANT_OPTS environment
  20. variable instead.</p>
  21. <hr>
  22. <p align="center">Copyright &copy; 2004 The Apache Software Foundation. All rights
  23. Reserved.</p>
  24. </body>
  25. </html>