You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/04/01 14:40:09 UTC

DO NOT REPLY [Bug 28128] New: - task needs cascade option

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

           Summary: <parallel> task needs cascade option
           Product: Ant
           Version: 1.6.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: odungey@csc.com


>From using the parallel task I have found that it is annoying that any sub tasks
of things called in a parallel block are also run in parallel. Sometimes you
just want to run the tasks specified as parallel and not their children. If an
attribute cascade=true/false was provided it would make it much safer/more flexible.

This would also assist where targets called in a parallel task have dependencies
that you cannot control with a <sequential> block

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org