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 @@ + + +
+ + +
+
+Runs Ant's -diagnostics
code inside Ant itself. This is good for
+debugging Ant's configuration under an IDE.
+
+
+ <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