Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 12427 invoked from network); 26 Jul 2005 08:56:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2005 08:56:00 -0000 Received: (qmail 46764 invoked by uid 500); 26 Jul 2005 08:55:50 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 46730 invoked by uid 500); 26 Jul 2005 08:55:50 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 46717 invoked by uid 99); 26 Jul 2005 08:55:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2005 01:55:49 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of hind.lwahhabi@accenture.com designates 170.252.72.94 as permitted sender) Received: from [170.252.72.94] (HELO ememr1002.accenture.com) (170.252.72.94) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2005 01:55:43 -0700 Received: from EMEXV1001.dir.svc.accenture.com ([10.130.16.104]) by ememr1002.accenture.com (8.13.4/8.13.4) with ESMTP id j6Q8tKJ4014116 for ; Tue, 26 Jul 2005 09:55:46 +0100 (WEST) Received: from emexr1003.dir.svc.accenture.com ([10.130.16.112]) by EMEXV1001.dir.svc.accenture.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 26 Jul 2005 10:54:01 +0200 Received: from EMEXM0102.dir.svc.accenture.com ([10.130.16.100]) by emexr1003.dir.svc.accenture.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 26 Jul 2005 10:54:05 +0200 Content-Transfer-Encoding: 7bit X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.326 Importance: normal Priority: normal Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C591BF.93B95A4D" Subject: Runing subant depending on the sub projects names. Date: Tue, 26 Jul 2005 10:54:05 +0200 Message-ID: <35F56E214D71814B80E64DCA5B770E520B2136@EMEXM0102.dir.svc.accenture.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: <35F56E214D71814B80E64DCA5B770E520B2136@EMEXM0102.dir.svc.accenture.com> Thread-Topic: Runing subant depending on the sub projects names. Thread-Index: AcWRc8gcwQS+vushQ/KgF3yH1gZvqwAOWx0gAARnsi0= From: To: X-OriginalArrivalTime: 26 Jul 2005 08:54:05.0189 (UTC) FILETIME=[93A6CB50:01C591BF] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C591BF.93B95A4D Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello folks; Is there an elegant way to call on subprojects, using the name = of each subproject? I mean from the root build file, execute subprojects build files of = subproject A, B,C but not D,E,F for instance. For the moment i am using a tortuous way to do so: In the root build = file->macrodef taken from the doc, pass the name of the project = to run as a property and in the subproject buildfile-> run the target if = and only if the project name matches the property given in the root = file. Thx in advance. This message is for the designated recipient only and may contain = privileged, proprietary, or otherwise private information. If you have = received it in error, please notify the sender immediately and delete = the original. Any other use of the email by you is prohibited. ------_=_NextPart_001_01C591BF.93B95A4D Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org ------_=_NextPart_001_01C591BF.93B95A4D--