Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 25572 invoked from network); 4 May 2009 11:48:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 May 2009 11:48:00 -0000 Received: (qmail 5672 invoked by uid 500); 4 May 2009 11:47:59 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 5613 invoked by uid 500); 4 May 2009 11:47:59 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 5601 invoked by uid 99); 4 May 2009 11:47:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2009 11:47:59 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [195.229.97.9] (HELO iport3.uasc.net) (195.229.97.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2009 11:47:51 +0000 Received: from unknown (HELO DXBEXCHCL.merto.uasc.corp) ([172.29.3.194]) by ironport1.merto.uasc.corp with SMTP; 04 May 2009 15:43:29 -0400 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: RE: exclude does not work when dependency is in inherited config Date: Mon, 4 May 2009 15:46:19 +0400 Message-ID: In-Reply-To: <1241437375.6112.19.camel@Lini> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: exclude does not work when dependency is in inherited config Thread-Index: AcnMrfFFpDy6kShjQVKtQMRCWLcQbwAABIxQ From: "S Saravanan" To: X-Virus-Checked: Checked by ClamAV on apache.org Hi jefferey, It includes all the ivy standard. Thanks Saran S -----Original Message----- From: Jeffrey Sinclair [mailto:jeff@cooljeff.co.uk]=20 Sent: Monday, May 04, 2009 5:13 PM To: ivy-user@ant.apache.org Subject: exclude does not work when dependency is in inherited config ivy-user, I'm finding that an exclude does not work when the dependency being excluded is inherited from a parent configuration. Is this deliberate or a bug? I was expecting it to be excluded. Take the following ivy.xml file: default" /> junit is inherited from the runtime configuration, however it is not excluded. If I were to explicitly add tests-unit to the junit dependency, the exclude works: default" /> Regards, Jeff