From notifications-return-13804-apmail-ant-notifications-archive=ant.apache.org@ant.apache.org Mon Oct 04 03:28:56 2010 Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 24678 invoked from network); 4 Oct 2010 03:28:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Oct 2010 03:28:56 -0000 Received: (qmail 92336 invoked by uid 500); 4 Oct 2010 03:28:56 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 92259 invoked by uid 500); 4 Oct 2010 03:28: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 92252 invoked by uid 99); 4 Oct 2010 03:28:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Oct 2010 03:28:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Oct 2010 03:28:52 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o943SWA4015002 for ; Mon, 4 Oct 2010 03:28:32 GMT Message-ID: <36329.523261286162912438.JavaMail.jira@thor> Date: Sun, 3 Oct 2010 23:28:32 -0400 (EDT) From: "John McCarthy (JIRA)" To: notifications@ant.apache.org Subject: [jira] Updated: (IVY-1174) resolved module can include configurations of evicted versions In-Reply-To: <1612423910.9281267546887135.JavaMail.jira@brutus.apache.org> 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-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John McCarthy updated IVY-1174: ------------------------------- Attachment: IVY-1174.zip I've reproduced this issue with build #216 from Ivy's Hudson, https://hudson.apache.org/hudson/view/Ant/job/Ivy/216/ The attached project tests for this issue matching the provided description. Ivy is evicting module_parent 1.0.0 for revision 1.0.3 but is retaining the configuration for 1.0.0 and attempting to apply it to 1.0.3, which appears inappropriate. > resolved module can include configurations of evicted versions > -------------------------------------------------------------- > > Key: IVY-1174 > URL: https://issues.apache.org/jira/browse/IVY-1174 > Project: Ivy > Issue Type: Bug > Components: Core > Affects Versions: 2.1.0-RC2 > Reporter: Willem Verstraeten > Attachments: IVY-1174.zip > > > Scenario: > module_parent, with two revisions: > 1.0, which has configurations default and runtime, where default extends runtime > 1.0.3, which only has configuration default > module_middle, which depends on module_parent:1.0 > module_between, which depends on module_parent:1.0.3 > module_entry, which depends on module_middle and module_between > When resolving module_entry, version 1.0 of module_parent will be evicted, but ivy will complain about module_parent not having a runtime configuration. Apparently, ivy has mashed the configurations from the 1.0 version (which was evicted) with those of 1.0.3, where there actually is no runtime configuration. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.