Return-Path: X-Original-To: apmail-ant-notifications-archive@minotaur.apache.org Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B4B6A10E78 for ; Thu, 29 Aug 2013 17:00:55 +0000 (UTC) Received: (qmail 2470 invoked by uid 500); 29 Aug 2013 17:00:55 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 2422 invoked by uid 500); 29 Aug 2013 17:00:54 -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 2397 invoked by uid 99); 29 Aug 2013 17:00:54 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Aug 2013 17:00:54 +0000 Date: Thu, 29 Aug 2013 17:00:54 +0000 (UTC) From: "Marcin Wisnicki (JIRA)" To: notifications@ant.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IVY-1437) defaultconfmapping not used in certain cases MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IVY-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13753812#comment-13753812 ] Marcin Wisnicki commented on IVY-1437: -------------------------------------- Changeset 1376406 has referenced this issue by mistake. > defaultconfmapping not used in certain cases > -------------------------------------------- > > Key: IVY-1437 > URL: https://issues.apache.org/jira/browse/IVY-1437 > Project: Ivy > Issue Type: Bug > Components: Core > Affects Versions: 2.3.0 > Reporter: Marcin Wisnicki > Attachments: ivy-defaultconfmapping.zip > > > Run {{ant}} in attached project. > It has two ant modules - parent and proj1. > Parent defines {{defaultconfmapping="*->default"}}. > Proj1 inherits parent and depends on guava in {{conf="compile;foo"}}. > Given default mappings this should resolve to {{compile->default;foo->default}} but instead it seems to resolve to {{compile->compile;foo->foo}} and fails. > Adding {{defaultconfmapping}} to proj1 workarounds this problem. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira