dchesterman / ivyidea

Automatically exported from code.google.com/p/ivyidea
0 stars 0 forks source link

Ivy dependencies should not be exported if 'export' is not selected. #129

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create moduleA that has ivy dependency to jar1.
2. For moduleA, uncheck the 'export' checkbox for the IvyIDEA library
3. Create moduleB with ivy configured to depend on moduleA but excludes jar1

Run an application in moduleB and look at the classpath.

I expect to NOT see jar1 in the classpath.

Instead, jar1 is included even though the ivy.xml file for moduleB excludes it 
and moduleA's ivyIDEA library is not exported.

What version of the product are you using? On what operating system?
Version 1.0.8.
O/S: Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by breynold...@gmail.com on 13 Feb 2014 at 2:11