Description
I had the following situation:
#A;working->
{ #B;[1.0] #C;[2.0,2.5] }#B;1.0->#C;2.1
#B and #C have extra attributes in the <info/> section.
All <dependencies/> use the force attribute.
When I resolve and deliver A using the latest-compatible conflict manager, I expect to see #C;2.1 in my deliver IVY file. However, I am seeing #C;[2.0,2.5]
Attached are 2 tests. One which uses a file repository with ivy files for #B and #C with no extra attributes. One which does not.
Thanks,
Scott
Attachments
Attachments
Issue Links
- is related to
-
IVY-1115 ResolveEngine.getDependencies does not work using extra attributes.
- Resolved