http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1794
*** shadow/1794 Sun May 20 17:27:40 2001 --- shadow/1794.tmp.258 Fri Jul 13 00:24:45 2001 *************** *** 1,19 **** ! Bug#: 1794 ! Product: Ant ! Version: Nightly build ! Platform: PC ! OS/Version: ! Status: NEW ! Resolution: ! Severity: Enhancement ! Priority: Low ! Component: Optional Tasks ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: New feature: Set a property on test failure ! A need that I've come across is to have a set of tests mark the build as failed if they fail, but still continue execution for a while, so that clean-up can be performed. For example, I start a J2EE app server as part of the script, and I --- 1,18 ---- ! +============================================================================+ ! | New feature: Set a property on test failure | ! +----------------------------------------------------------------------------+ ! | Bug #: 1794 Product: Ant | ! | Status: NEW Version: Nightly build | ! | Resolution: Platform: PC | ! | Severity: Enhancement OS/Version: All | ! | Priority: Low Component: Optional Tasks | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | A need that I've come across is to have a set of tests mark the build as failed if they fail, but still continue execution for a while, so that clean-up can be performed. For example, I start a J2EE app server as part of the script, and I *************** *** 34,37 **** ------- Additional Comments From [EMAIL PROTECTED] 2001-05-17 05:14 ------- Created an attachment (id=163) Patch to JUnitTask.java - --- 33,35 ----
