On 10/01/2011, at 10:21 PM, paulcager wrote: > > I'm using an integration test setup along the lines of > "samples/java/withIntegrationTests". The integrationTestCompile > configuration has dependencies, but when I run "gradle ecliipse" the eclipse > plugin does not generate entries in .classpath for those dependencies. > > As a workaround I'm temporarily changing the dependencies to testCompile, > but is there a better way to do it?
You can use eclipseClasspath.plusConfigurations, as Martin has suggested. Could you add a JIRA issue for this problem? The classpath should contain the dependencies for all source sets. -- Adam Murdoch Gradle Developer http://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz
