Thank you very much for your comments, Peter. The root cause of the issue was my using gradle 1.0-milestone-2 With milestone-3 everything works just fine.
On Wed, Jul 20, 2011 at 7:38 PM, Peter Niederwieser <[email protected]>wrote: > > Peter Niederwieser wrote: > > > > 1. Instead of proj.subprojects, it should be proj.childProjects > > > > Correction: Project.childProjects() returns a map, so you'd have to iterate > over its values. And instead of using recursion, you could simply iterate > over allprojects or subprojects. > > -- > Peter Niederwieser > Principal Engineer, Gradleware > http://gradleware.com > Creator, Spock Framework > http://spockframework.org > Twitter: @pniederw > > > > -- > View this message in context: > http://gradle.1045684.n5.nabble.com/Gradle-source-sets-reporting-tp4616128p4616307.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 > > > -- Nikita Skvortsov
