The JIRA has been created here: http://jira.codehaus.org/browse/GRADLE-1292
--Ken On Thu, Jan 6, 2011 at 2:37 PM, Adam Murdoch <[email protected]> wrote: > > On 06/01/2011, at 5:16 AM, Ken Avery wrote: > > This was my first attempt at resolving this issue but I was unsuccessful in > achieving the goal. I added the following code block to try to set this: > > eclipseClasspath { > defaultOutputDir = new File(project.getProjectDir().getAbsolutePath() > + "/eclipseBin"); > } > > What I get as a result is the default output folder is set correctly but is > not used by the source folders. Each source set (main and test) set up > their own output directories for "build/src/main" and "build/src/test" > respectively. I would have expected each of these to use the > defaultOutputDir setting but this is not the case. Am I missing something > in how to configure this? > > > The above should work. Could you add a JIRA issue for this? > > > --Ken > > > > -- > Adam Murdoch > Gradle Developer > http://www.gradle.org > CTO, Gradle Inc. - Gradle Training, Support, Consulting > http://www.gradle.biz > >
