There seems to be a problem with a dependency in one configuration
"blocking" a dependency in another extended configuration when the
group, name and version are all the same. In my particular case one has
a classifier associated with it:
http://www.pastie.org/693336compile (
this.project(':hibernate-core').sourceSets.main.runtimeClasspath,
[group: 'org.infinispan', name: 'infinispan-core', version: infinispanVersion]
)
testCompile(
this.project(':hibernate-testing').sourceSets.main.runtimeClasspath,
[group: 'org.infinispan', name: 'infinispan-core', version: infinispanVersion, classifier: 'tests']
)
When I try to perform compileTestJava I get compilation errors because
the compiler cannot see stuff from "org.infinispan:infinispan-core". It
does find them if I comment out the classified dep from testCompile (of
course then it cannot find those classes).
Am I doing something wrong? If not, is this a known issue?
--
Steve Ebersole <
steve@...>
Hibernate.org
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email