Browse Source

How could I forget this? Document the <diagnostics> task.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@428733 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 19 years ago
parent
commit
7b2bcde38e
2 changed files with 35 additions and 0 deletions
  1. +34
    -0
      docs/manual/CoreTasks/diagnostics.html
  2. +1
    -0
      docs/manual/coretasklist.html

+ 34
- 0
docs/manual/CoreTasks/diagnostics.html View File

@@ -0,0 +1,34 @@
<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>
&lt;target name="diagnostics" description="diagnostics"&gt;
&lt;diagnostics/&gt;
&lt;/target&gt;
</pre>
<p>
Prints out the current diagnostics dump.
</p>
<hr>
<p align="center">Copyright &copy; 2006 The Apache Software Foundation. All rights
Reserved.</p>
</body>
</html>

+ 1
- 0
docs/manual/coretasklist.html View File

@@ -43,6 +43,7 @@
<a href="CoreTasks/delete.html">Delete</a><br>
<a href="CoreTasks/deltree.html"><i>Deltree</i></a><br>
<a href="CoreTasks/dependset.html">Dependset</a><br>
<a href="CoreTasks/diagnostics.html">Diagnostics</a><br>
<a href="CoreTasks/dirname.html">Dirname</a><br>
<a href="CoreTasks/ear.html">Ear</a><br>
<a href="CoreTasks/echo.html">Echo</a><br>


Loading…
Cancel
Save