诊断

自 Ant 1.7.0 起

描述

在 Ant 本身内部运行 Apache Ant 的 -diagnostics 代码。这对于在 IDE 中调试 Ant 的配置很有用。

示例

打印当前诊断转储。

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