|
|
@@ -24,12 +24,14 @@ |
|
|
|
|
|
|
|
<body> |
|
|
|
|
|
|
|
<h2><a name="echo">Diagnostics</a></h2> |
|
|
|
<h2><a name="diagnostics">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. |
|
|
|
<b>Since Ant 1.7.0</b> |
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
|
|
<h3>Examples</h3> |
|
|
|
|
|
|
@@ -38,7 +40,6 @@ debugging Ant's configuration under an IDE. |
|
|
|
<diagnostics/> |
|
|
|
</target> |
|
|
|
</pre> |
|
|
|
|
|
|
|
<p> |
|
|
|
Prints out the current diagnostics dump. |
|
|
|
</p> |
|
|
|