Since Ant 1.7.0
Runs Apache Ant's -diagnostics code inside Ant itself. This is good for debugging Ant's configuration under an IDE.
Print out the current diagnostics dump.
<target name="diagnostics" description="diagnostics"> <diagnostics/> </target>