On Fri, Jan 21, 2011 at 1:01 PM, Matthias <[email protected]> wrote: > Hans Dockter <hans@...> writes: > > > ... > > File system dependencies are not shown in the dependencies report > > (although they should). But they are in the classpath. > > oh -- well, that explains a lot. Should I open an issue report for this? > I don't see why the dependencies report would only output a subset > of the dependencies, that's just confusing and misleading. >
I agree. Thanks for filing an issue. Thanks Hans -- Hans Dockter Founder, Gradle http://www.gradle.org, http://twitter.com/gradleorg CEO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz > > > You can always show what is contained in a dependency configuration by: > > > > task showConf << { > > configurations.compile.each { println it } > > } > > okay, thanks. > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
