http://nagoya.apache.org/bugzilla/show_bug.cgi?id=261
*** shadow/261 Thu Feb 1 03:55:35 2001 --- shadow/261.tmp.1030 Thu Feb 15 06:43:39 2001 *************** *** 2,9 **** | Adding suport for failure and done targets BugRat Report#452 | +----------------------------------------------------------------------------+ | Bug #: 261 Product: Ant | ! | Status: UNCONFIRMED Version: 1.2 | ! | Resolution: Platform: All | | Severity: Enhancement OS/Version: All | | Priority: High Component: Core | +----------------------------------------------------------------------------+ --- 2,9 ---- | Adding suport for failure and done targets BugRat Report#452 | +----------------------------------------------------------------------------+ | Bug #: 261 Product: Ant | ! | Status: RESOLVED Version: 1.2 | ! | Resolution: WONTFIX Platform: All | | Severity: Enhancement OS/Version: All | | Priority: High Component: Core | +----------------------------------------------------------------------------+ *************** *** 44,47 **** and I added the call to the "failure" and "done" targets in the execution. That way, I am always notified whenever ! there's a failure in my build. --- 44,54 ---- and I added the call to the "failure" and "done" targets in the execution. That way, I am always notified whenever ! there's a failure in my build. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-02-15 06:43 ------- ! BuildListeners provide an easy way to achieve what you want. ! ! See the FAQ for an example of a listener that sends out an email on build ! failure or the optional sound task in Ant 1.3 which adds listeners that play ! different sounds depending on build results.
