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.