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=5492>.
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=5492

continue other targets on target fail

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From [EMAIL PROTECTED]  2002-02-07 00:05 -------
Its really up to the task to have conditional build failure if something bad 
happened.  So -1 to implementing any kind of target-level continuation.  Maybe 
you could revise this report with the specific tasks that are failing for you 
and those can be considered for optionally not failing (many tasks like 
<javac>, <junit>, etc - have failonerror attributes).

As for a flag on target failure, this gets a -1 also.  This is what a 
BuildListener is for - so you can write a custom one to receive a 
targetFinished notification and check if it failed.  The nightly builds contain 
a MailLogger that will e-mail build results on failure or success.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to