The resolve in workspace is being over-resolved by transitive dependencies
--------------------------------------------------------------------------
Key: IVYDE-169
URL: https://issues.apache.org/jira/browse/IVYDE-169
Project: IvyDE
Issue Type: Bug
Affects Versions: 2.0.0.final
Reporter: Nicolas Lalevée
Assignee: Nicolas Lalevée
Fix For: 2.0.0.final
The resolve process of some Eclipse project A depending on some other project B
via some "latest" dependency in the ivy.xml works correctly.
But as soon as one of the dependencies of A has a dependency on a released
version of B (in a classical repository), that released version is considered
higher than the version in the Eclipse workspace. And then the Eclipse
dependency get evicted.
We then should to have a latest strategy that consider "latest" or "working@"
greater than non "latest" version.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.