You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "James Rosko (JIRA)" <ji...@apache.org> on 2008/04/26 06:21:55 UTC

[jira] Updated: (IVY-810) Duplidate entries after a resolve.

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

James Rosko updated IVY-810:
----------------------------

    Description: 
I'm getting this error in the ivy console:
"There are some duplicates entries due to conflicts between the resolved configurations (*):"
and one dependent module is being picked up twice, two versions of the same project.

I'm using the latest-revision conflict-manager.

Project A has two dependencies that depend on different versions of a 4th project.  A is getting both versions.   A depends on B and B depends on version 1 of D.  A also depends on C and C depends on version 2 of D.  In this case A does not directly depend on D.  D is not listed as a dependency of projects A's ivy.xml file.
A->B->D1 and A->C->D2

The problem does not occur when A directly depends on D
A->D

What could be causing this?

  was:
I'm getting this error in the ivy console:
"There are some duplicates entries due to conflicts between the resolved configurations (*):"

I'm using the latest-revision conflict-manager.

Project A has two dependencies that depend on different versions of a 4th project.  A is getting both versions.   A depends on B and B depends on version 1 of D.  A also depends on C and C depends on version 2 of D.  In this case A does not directly depend on D.  D is not listed as a dependency of projects A's ivy.xml file.
A->B->D1 and A->C->D2

The problem does not occur when A directly depends on D
A->D

What could be causing this?


> Duplidate entries after a resolve.
> ----------------------------------
>
>                 Key: IVY-810
>                 URL: https://issues.apache.org/jira/browse/IVY-810
>             Project: Ivy
>          Issue Type: Bug
>    Affects Versions: 2.0.0-beta-2
>            Reporter: James Rosko
>
> I'm getting this error in the ivy console:
> "There are some duplicates entries due to conflicts between the resolved configurations (*):"
> and one dependent module is being picked up twice, two versions of the same project.
> I'm using the latest-revision conflict-manager.
> Project A has two dependencies that depend on different versions of a 4th project.  A is getting both versions.   A depends on B and B depends on version 1 of D.  A also depends on C and C depends on version 2 of D.  In this case A does not directly depend on D.  D is not listed as a dependency of projects A's ivy.xml file.
> A->B->D1 and A->C->D2
> The problem does not occur when A directly depends on D
> A->D
> What could be causing this?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.