我尝试过使用haltonfailure="false"和failureproperty="compile.failed",但是ant在我尝试运行它时抛出了一个错误:"The <mxmlc> type doesn't support the "haltonfailure" attribute."
如果mxmlc任务失败,我需要在构建脚本退出之前做一些清理,我该如何做到这一点?
发布于 2011-07-01 22:33:51
考虑一下ant-contrib try-catch支持。
https://stackoverflow.com/questions/6549281
复制相似问题