From 7b2bcde38e355757d03767f0616e144ab0140fd5 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Fri, 4 Aug 2006 14:23:50 +0000 Subject: [PATCH] How could I forget this? Document the task. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@428733 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/diagnostics.html | 34 ++++++++++++++++++++++++++ docs/manual/coretasklist.html | 1 + 2 files changed, 35 insertions(+) create mode 100644 docs/manual/CoreTasks/diagnostics.html diff --git a/docs/manual/CoreTasks/diagnostics.html b/docs/manual/CoreTasks/diagnostics.html new file mode 100644 index 000000000..5ac6fd1cd --- /dev/null +++ b/docs/manual/CoreTasks/diagnostics.html @@ -0,0 +1,34 @@ + + + + + +Diagnostics Task + + + + +

Diagnostics

+

Diagnostics

+

+ +Runs Ant's -diagnostics code inside Ant itself. This is good for +debugging Ant's configuration under an IDE. + +

Examples

+ +
+    <target name="diagnostics" description="diagnostics">
+        <diagnostics/>
+    </target>
+
+ +

+ Prints out the current diagnostics dump. +

+
+

Copyright © 2006 The Apache Software Foundation. All rights +Reserved.

+ + + diff --git a/docs/manual/coretasklist.html b/docs/manual/coretasklist.html index 581f9f854..0f3c7b5dd 100644 --- a/docs/manual/coretasklist.html +++ b/docs/manual/coretasklist.html @@ -43,6 +43,7 @@ Delete
Deltree
Dependset
+Diagnostics
Dirname
Ear
Echo