[GRADLE-1487] eclipse plugin does not honor minusConfigurations for file dependencies Created: 20/Apr/11  Updated: 04/Jan/13  Resolved: 05/Jul/11

Status: Resolved
Project: Gradle
Affects Version/s: 1.0-milestone-2
Fix Version/s: 1.0-milestone-4

Type: Bug
Reporter: Szczepan Faber Assignee: Szczepan Faber
Resolution: Fixed Votes: 0


 Description   
dependencies {
  someConfig files('foo.jar 'bar.jar', 'baz.jar')
  someOtherConfig files('baz.jar')
}
eclipseClasspath {
  plusConfigurations += configurations.someConfig
  minusConfigurations += configurations.someOtherConfig
}

Issues:
1. minusConfigurations are not excluded from the output .classpath file
2. probably the same applies for wtpComponent

{ minusConfigurations }

- see the ignored test case marked with @Ignore("GRADLE-1487")



 Comments   
Comment by Szczepan Faber [ 05/Jul/11 ]

(fixed with the recent refactorings)

Generated at Wed Jun 30 11:56:46 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.