DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=12368 [PATCH] New task to execute sub-builds Summary: [PATCH] New task to execute sub-builds Product: Ant Version: 1.5.1Beta1 Platform: Other OS/Version: Windows NT/2K Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: ant-dev@jakarta.apache.org ReportedBy: ddevienne@lgc.com Convenient task to call a set of ordered or not sub-builds using the regular target. The same can currently be achieve with Ant-contrib's task, in conjunction with , but streamlines that, offering automatic target name passing (based on the name of the target containing ), and avoiding the expense of the of . takes traditional attributes and sub-elements (inheritAll, etc...), and a build path (a regular Path) which can be defined either as sub- elements ( contains an implicit path, so /// can appear directly inside ) or thru attributes (by reference or as a string), similarly to /. Example usage: @todo: Allow a