Hi,

I've just discovered Ivy and have to use it on my projects.

Actually i have a problem with conflicts dependencies.

Indeed, i've got a module A which depends on B and C (revision=2).

B depends on C (revision=1) and D

D depends on C (revision=1)

Ivy detects a conflict between A and B (about C revision) -> OK, it takes
revision 2

But ivy do not detect conflict between B and D (about C revision) -> Ivy
retrieves C revision 1

So, in my libs directory, i have C revisions 1 and 2 -> NOK

I've you got an idea ?

Reply via email to