The workspace resolver don't resolve conflicts correctly
--------------------------------------------------------
Key: IVYDE-212
URL: https://issues.apache.org/jira/browse/IVYDE-212
Project: IvyDE
Issue Type: Bug
Components: workspace resolver
Affects Versions: 2.0.0.final
Reporter: Nicolas Lalevée
The use cas eis the folowing:
* projectwebapp depends on projectlib 1.2.x and on projectcommon 1.1.x
* projectlib 1.2.x depends on projectcommon 1.1.x
If I have projectwebapp, projectcommon and projectlib in Eclipse, then the
classpathes are as I expect, every project is link to each other.
But if projectlib is closed, then projectwebapp is not linked to projectlib (I
obviously expect that) but projectcommon neither.
During the resolve of projectwebapp:
* IvyDE finds a build of projectlib in a local repository which depends on a
build of projectcommon in a local repo too.
* IvyDE find projectcommon in the workspace.
At the end the conflit between the workspace and local build versions of
projectcommon is resolved : the local build wins, it should be the workspace
one.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.