Diagnostics

Since Ant 1.7.0

Description

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

Examples

Print out the current diagnostics dump.

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