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 5DD89D5B5 for ; Sat, 29 Dec 2012 18:26:13 +0000 (UTC) Received: (qmail 72154 invoked by uid 500); 29 Dec 2012 18:26:13 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 72095 invoked by uid 500); 29 Dec 2012 18:26:13 -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 71864 invoked by uid 99); 29 Dec 2012 18:26:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Dec 2012 18:26:13 +0000 Date: Sat, 29 Dec 2012 18:26:13 +0000 (UTC) From: "Sebastiano Vigna (JIRA)" To: notifications@ant.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IVYDE-333) IvyDE does not resolve conflicts between versions of the same package 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/IVYDE-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastiano Vigna updated IVYDE-333: ----------------------------------- Priority: Minor (was: Major) > IvyDE does not resolve conflicts between versions of the same package > --------------------------------------------------------------------- > > Key: IVYDE-333 > URL: https://issues.apache.org/jira/browse/IVYDE-333 > Project: IvyDE > Issue Type: Bug > Components: workspace resolver > Affects Versions: 2.2.0.beta1 > Environment: Eclipse Juno, Mac OS X > Reporter: Sebastiano Vigna > Priority: Minor > > When multiple jars for the same artifact are present, Ivy resolves them with the most recent version, but IvyDE does not. > Our LAW project has a dependency on fastutil (v1356767300) that is resolved with fastutil-v1356767300.jar (a snapshot uploaded to our local server). However, the dependencies of LAW (e.g., DSI Utilities) have a hardwired dependency on fastutil (fastutil-6.5.0.jar). When we use Ivy from the command line, it resolves the conflict and we just find fastutil-v1356767300.jar in the jars directory. However, when we resolve with IvyDE from within Eclipse and look at the list of jars, *both* versions of fastutil are listed. Depending on which jar appears first in the list we get the correct class or not. -- 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