DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18400>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18400 add failonerror to target [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2003-05-23 21:15 ------- jhuang: have you looked at the <try><catch> stuff in ant-contrib.sf.net? These would seem to meet your needs in a cleaner, more structured manner. I dont see any likelihood that targets will add failonerror; try/catch is a better model as you can detect and act on failure, rather than just ignore it,