【发布时间】:2011-07-01 14:27:35
【问题描述】:
我尝试过使用haltonfailure="false" 和failureproperty="compile.failed",但是当我尝试运行它时,ant 会抛出一个错误:"The <mxmlc> type doesn't support the "haltonfailure" attribute."
如果 mxmlc 任务失败,我需要在构建脚本退出之前进行一些清理,我该如何实现?
【问题讨论】:
-
查看这篇回答类似问题的帖子 =
stackoverflow.com/questions/6387319/…