Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 52663 invoked from network); 17 Sep 2008 22:22:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Sep 2008 22:22:13 -0000 Received: (qmail 53188 invoked by uid 500); 17 Sep 2008 22:22:10 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 53170 invoked by uid 500); 17 Sep 2008 22:22:09 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 53161 invoked by uid 99); 17 Sep 2008 22:22:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Sep 2008 15:22:09 -0700 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Sep 2008 22:21:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3B40C234C1D6 for ; Wed, 17 Sep 2008 15:21:44 -0700 (PDT) Message-ID: <1240354806.1221690104228.JavaMail.jira@brutus> Date: Wed, 17 Sep 2008 15:21:44 -0700 (PDT) From: "Maarten Coene (JIRA)" To: notifications@ant.apache.org Subject: [jira] Commented: (IVY-820) Global Exclusions Fail to Work Transitively In-Reply-To: <457481619.1211482917745.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IVY-820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631976#action_12631976 ] Maarten Coene commented on IVY-820: ----------------------------------- I don't think your code snippets illustrate a bug. The excludeRule must know from which configurations it must exclude the artifact. So, it seems logical to me that your first example won't work. For your second example, "*" is not a configuration, so it doesn't work as well. I still couldn't reproduce the original problem where the exclude is defined in an ivy.xml file. > Global Exclusions Fail to Work Transitively > ------------------------------------------- > > Key: IVY-820 > URL: https://issues.apache.org/jira/browse/IVY-820 > Project: Ivy > Issue Type: Bug > Affects Versions: 2.0.0-beta-2 > Environment: Java 6 > Reporter: Julian > > When declaring a global exclusion, the module is excluded only from locally declared dependencies, and not their transitive dependencies. The only way to exclude a module from an entire project, is to declare the exclusion locally for every dependency that either directly, or through a transitive dependency, relies on the module. A detailed explanation of this issue can be found on the mailing lists here (first two posts explain the issue more thoroughly): > http://www.nabble.com/Global-and-Local-Excludes-Being-Ignored-By-Ivy--Config-Prblm-of-Bug---td17262577.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.