【发布时间】:2013-04-10 17:29:01
【问题描述】:
我们有一个带有 chown 任务的 Ant 脚本,如下所示:
<chown owner="${user}" verbose="true">
<fileset dir="${dev-home}" includes="**/**"/>
<dirset dir="${dev-home}" includes="**/**"/>
</chown>
任务失败了,只是说它失败了,没有说明原因或给出正在执行的命令。我们如何调试这个?
【问题讨论】:
标签: debugging shell ant build build-automation