Ant 1.7.0 以降
Ant 自体の中で Apache Ant の -diagnostics コードを実行します。Ant の設定を IDE でデバッグする場合に適しています。
現在の診断ダンプを出力します。
<target name="diagnostics" description="diagnostics"> <diagnostics/> </target>