What steps will reproduce the problem?
1. Create an Ivy module with multiple configurations with different dependencies
2. Uncheck "Include Configuration Name" in IvyIDEA settings
3. Resolve
What is the expected output? What do you see instead?
I expect one library to be created which includes the dependencies for all
configurations (this is the behaviour in v0.8).
But one library is created which has the dependencies for only one of the
configurations
What version of the product are you using? On what operating system?
0.9beta4 / OS X
Please provide any additional information below.
The problem is in the LibraryModels class. A library is created for every
configuration but all of the libraries have the same name. Therefore it is
only possible to add one of them to the module.
The attached patch fixes the problem by ensuring LibraryModels only creates one
library for each unique library name.
Original issue reported on code.google.com by cjk...@gmail.com on 4 May 2011 at 7:16
Original issue reported on code.google.com by
cjk...@gmail.com
on 4 May 2011 at 7:16Attachments: