Thank you. That solved the problem. Apparently I've misunderstood a few things related to source sets and configurations. I've just re-read the relevant sections in the user guide and I think it's clear now.
On Sun, Dec 18, 2011 at 12:59 AM, Peter Niederwieser <[email protected]>wrote: > I don't know why this would have ever worked (without adding the `compile` > configuration to the `antlr` source set's compile class path), but recent > milestones automatically create `fooCompile` and `fooRuntime` > configurations > for every source set `foo`. In other words, once you change `compile` to > `antlrCompile` it will work as expected. > > -- > View this message in context: > http://gradle.1045684.n5.nabble.com/Compile-error-because-of-unresolved-dependencies-in-custom-source-sets-tp5082893p5083257.html > Sent from the gradle-user mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
