You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Nicolas Lalevée (JIRA)" <ji...@apache.org> on 2010/05/10 13:46:49 UTC

[jira] Resolved: (IVYDE-212) The workspace resolver doesn't resolve conflicts correctly

     [ https://issues.apache.org/jira/browse/IVYDE-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Lalevée resolved IVYDE-212.
-----------------------------------

    Resolution: Invalid

> The workspace resolver doesn'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
>            Assignee: Nicolas Lalevée
>             Fix For: 2.1.0
>
>
> 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.