You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2006/08/04 16:23:50 UTC

svn commit: r428733 - in /ant/core/trunk/docs/manual: CoreTasks/diagnostics.html coretasklist.html

Author: stevel
Date: Fri Aug  4 07:23:50 2006
New Revision: 428733

URL: http://svn.apache.org/viewvc?rev=428733&view=rev
Log:
How could I forget this? Document the <diagnostics> task.

Added:
    ant/core/trunk/docs/manual/CoreTasks/diagnostics.html
Modified:
    ant/core/trunk/docs/manual/coretasklist.html

Added: ant/core/trunk/docs/manual/CoreTasks/diagnostics.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/diagnostics.html?rev=428733&view=auto
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/diagnostics.html (added)
+++ ant/core/trunk/docs/manual/CoreTasks/diagnostics.html Fri Aug  4 07:23:50 2006
@@ -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>

Modified: ant/core/trunk/docs/manual/coretasklist.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/coretasklist.html?rev=428733&r1=428732&r2=428733&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/coretasklist.html (original)
+++ ant/core/trunk/docs/manual/coretasklist.html Fri Aug  4 07:23:50 2006
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org