On Wed, 2003-07-09 at 16:02, Stefan Bodewig wrote: > On 09 Jul 2003, peter reilly <[EMAIL PROTECTED]> wrote: > > >> Maybe <ant>, <subant> and <antcall> (<*ant*>?) should get a new > >> attribute as well? > > > > The keep-going attribute gets passed to the subprojects in > > Project#initSubProject() (which is called by <ant/> et al). > > Well, yes, but what if I want to pass keep-going to a subbuild, > without having keep-going set in the master build? I'm not sure > whether this is a feature that people will need. It is what is provided by make ;-)..., but could be left out unless people ask for it. > > > However, It does not work as expected when using <foreach/> as the > > first antcall failure will cause the foreach iteration to stop. > > Isn't the same true for <subant> as well? Yes. I suppose to be correct, subant should look at its project's keepGoingMode value and dup the logic from the project#executeTarget method.
Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]