DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28128>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28128 <parallel> task needs cascade option ------- Additional Comments From [EMAIL PROTECTED] 2004-04-01 13:42 ------- Some small points here, what do you mean by subtasks? You mean like in <parallel> <if> <istrue .../> <then> <task1/> </then> <else> <task2/> </else> </if> </parallel> Are task1 and task2 the subtask you are referring to? This one does not make sense to me at all. Or are you talking about dependency TARGETS executed when calling <antcall/>? Notice that <antcall/> executes in completely new execution environment. Including reparsing the buildfile. the execution of the target is completely unaware of weather the call happens inside a parallel or not. If you want to not execute dependencies in a call to <antcall/> you need to restructure your build to provide you with a target with no dependencies. Now if you are talking about something else, please give an example. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]