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 1.2 KiB

12345678910111213141516171819202122232425262728293031323334353637
  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 of
  16. the forked Java Virtual Machine will be the same as those of the Java
  17. VM running Ant. In addition, if you set build.clonevm to true and <a
  18. href="sysclasspath.html">build.sysclasspath</a> has not been set, the
  19. bootclasspath of forked Java VMs gets constructed as if
  20. build.sysclasspath had the value "last".</p>
  21. <p>Note that this has to be a system property, so it cannot be
  22. specified on the Ant command line. Use the ANT_OPTS environment
  23. variable instead.</p>
  24. <hr>
  25. <p align="center">Copyright &copy; 2004-2005 The Apache Software Foundation. All rights
  26. Reserved.</p>
  27. </body>
  28. </html>