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-02 08:15 ------- Sorry, I badly worded this. I was referring to this scenario: <target name="someothertarget" depends="1,2,3etc"> </target> <target name="aTarget"> <parallel> <antcall target="someothertarget" inheritall="true"/> </parallel> </target> ... but I have now been told that the <parallel> does not continue into <antcall> as this is a new environment, not sure if this is documented though. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]