You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Sebastiano Vigna (JIRA)" <ji...@apache.org> on 2012/12/29 18:06:12 UTC

[jira] [Created] (IVYDE-333) IvyDE does not resolve conflicts between versions of the same package

Sebastiano Vigna created IVYDE-333:
--------------------------------------

             Summary: 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


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