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.
|
- <html>
-
- <head>
- <meta http-equiv="Content-Language" content="en-us">
- <link rel="stylesheet" type="text/css" href="../stylesheets/style.css">
- <title>Diagnostics Task</title>
- </head>
-
- <body>
-
- <h2><a name="echo">Diagnostics</a></h2>
- <h3>Diagnostics</h3>
- <p>
-
- Runs Ant's <code>-diagnostics</code> code inside Ant itself. This is good for
- debugging Ant's configuration under an IDE.
-
- <h3>Examples</h3>
-
- <pre>
- <target name="diagnostics" description="diagnostics">
- <diagnostics/>
- </target>
- </pre>
-
- <p>
- Prints out the current diagnostics dump.
- </p>
- <hr>
- <p align="center">Copyright © 2006 The Apache Software Foundation. All rights
- Reserved.</p>
-
- </body>
- </html>
|