From ant-dev-return-37601-qmlist-jakarta-archive-ant-dev=jakarta.apache.org@jakarta.apache.org Fri Sep 06 16:26:40 2002 Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 57477 invoked from network); 6 Sep 2002 16:26:38 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 6 Sep 2002 16:26:38 -0000 Received: (qmail 24037 invoked by uid 97); 6 Sep 2002 16:27:11 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 24021 invoked by uid 97); 6 Sep 2002 16:27:10 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 24003 invoked by uid 50); 6 Sep 2002 16:27:10 -0000 Date: 6 Sep 2002 16:27:10 -0000 Message-ID: <20020906162710.24002.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 12368] New: - [PATCH] New task to execute sub-builds X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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