From 753a6c60f47f3ac4f270005b65e9d6481de8eb68 Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Fri, 23 Oct 2015 10:00:02 -0700 Subject: Adding maven and ant source trees Change-Id: I0a39b9add833a31b9c3f98d193983ae2f3a5a445 Signed-off-by: Ashlee Young --- .../apache-ant-1.9.6/manual/Tasks/diagnostics.html | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 framework/src/ant/apache-ant-1.9.6/manual/Tasks/diagnostics.html (limited to 'framework/src/ant/apache-ant-1.9.6/manual/Tasks/diagnostics.html') diff --git a/framework/src/ant/apache-ant-1.9.6/manual/Tasks/diagnostics.html b/framework/src/ant/apache-ant-1.9.6/manual/Tasks/diagnostics.html new file mode 100644 index 00000000..cdb16930 --- /dev/null +++ b/framework/src/ant/apache-ant-1.9.6/manual/Tasks/diagnostics.html @@ -0,0 +1,49 @@ + + + + + + +Diagnostics Task + + + + +

Diagnostics

+

Diagnostics

+

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

+ + +

Examples

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

+ Prints out the current diagnostics dump. +

+ + + + -- cgit 1.2.3-korg