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

Please add make's keep-going feature into ANT.





------- Additional Comments From [EMAIL PROTECTED]  2003-07-02 09:09 -------
In Project#executeTarget, should the catch (Throwable ex) check
this.keepGoingMode and rethrow the throwable if not set.

Also when a sub-project is created by the ant task (used
by <ant>, <antcall> and <subant>) the new project should copy
the keepGoingMode boolean. This should be done in the new
method Project#initSubProject.

As regards the patchs idea, I think it is better to do
keepgoing this way as against using try/catch in the build script.

It may be an idea to allow the build script to control the
keepGoingMode boolean (possibly using a (custom) task) but this
could be added later.

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

Reply via email to