2011-07-01 62 views
1

我已經嘗試使用了haltonfailure="false"failureproperty="compile.failed"但是當我嘗試運行螞蟻只是拋出一個錯誤:"The <mxmlc> type doesn't support the "haltonfailure" attribute."我如何趕上mxmlc的螞蟻任務失敗

我需要做的構建腳本退出之前一點點清理如果mxmlc任務失敗,我該如何實現?

+0

看到這個帖子回答過類似的問題=
http://stackoverflow.com/questions/6387319/conditional-task-on-exec-failure-in-ant/6391165#6391165 – Rebse

回答