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.

diagnostics.html 733 B

12345678910111213141516171819202122232425262728293031323334
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <link rel="stylesheet" type="text/css" href="../stylesheets/style.css">
  5. <title>Diagnostics Task</title>
  6. </head>
  7. <body>
  8. <h2><a name="echo">Diagnostics</a></h2>
  9. <h3>Diagnostics</h3>
  10. <p>
  11. Runs Ant's <code>-diagnostics</code> code inside Ant itself. This is good for
  12. debugging Ant's configuration under an IDE.
  13. <h3>Examples</h3>
  14. <pre>
  15. &lt;target name="diagnostics" description="diagnostics"&gt;
  16. &lt;diagnostics/&gt;
  17. &lt;/target&gt;
  18. </pre>
  19. <p>
  20. Prints out the current diagnostics dump.
  21. </p>
  22. <hr>
  23. <p align="center">Copyright &copy; 2006 The Apache Software Foundation. All rights
  24. Reserved.</p>
  25. </body>
  26. </html>