Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 45473 invoked from network); 10 Nov 2005 19:11:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Nov 2005 19:11:18 -0000 Received: (qmail 21471 invoked by uid 500); 10 Nov 2005 19:11:13 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 21416 invoked by uid 500); 10 Nov 2005 19:11:12 -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 21404 invoked by uid 99); 10 Nov 2005 19:11:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2005 11:11:11 -0800 X-ASF-Spam-Status: No, hits=-15.0 required=10.0 tests=ENV_AND_HDR_SPF_MATCH,HTML_MESSAGE,SPF_PASS,USER_IN_DEF_SPF_WL X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of telang@amazon.com designates 207.171.164.42 as permitted sender) Received: from [207.171.164.42] (HELO smtp-out-1002.amazon.com) (207.171.164.42) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2005 11:11:03 -0800 X-Amazon-Corporate-Relay: smtp-out-1002.vdc.amazon.com X-AMAZON-TRACK: Received: from smtp-in-2003.iad2.amazon.com by smtp-out-1002.amazon.com with ESMTP (peer crosscheck: smtp-in-2003.iad2.amazon.com) Received: from ex-mail-sea-07.ant.amazon.com (ex-mail-sea-07.sea3.amazon.com [10.224.13.36]) by smtp-in-2003.iad2.amazon.com (8.12.10/8.12.10) with ESMTP id jAAJAlZP001753 for ; Thu, 10 Nov 2005 19:10:48 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C5E62A.74E4F7C5" Subject: Duplicate project name with antcall and import Date: Thu, 10 Nov 2005 11:10:46 -0800 Message-ID: <5014B2C55FE679499C95C0435221B92B11492F@ex-mail-sea-07.ant.amazon.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Duplicate project name with antcall and import thread-index: AcXmKnSJ8ZrwLijpQS2Op8J8uaPpDQ== From: "Telang, Nandan" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C5E62A.74E4F7C5 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi I have an ANT script that looks something like this: =20 ..... .... I get a "Duplicated project name in import" that says the project name = of the project in bar is redefined in another file that bar imports(that = has no project name) However it works fine if I use depends instead of the antcall or if I = call the targets A and B directly ? How do I fix this ? Thanks, -Nandan ------_=_NextPart_001_01C5E62A.74E4F7C5--