Hi Martin, I'm not sure I'm following.... the Eclipse task already generates different output folders for classes/tests.
e.g. <classpathentry kind="output" path="target/classes"/> <classpathentry excluding="**/.svn/|**/CVS/" output="target/resources" kind="src" path="src/main/resources"/> <classpathentry excluding="**/.svn/|**/CVS/" output="target/test/classes" kind="src" path="src/test/java"/> <classpathentry excluding="**/.svn/|**/CVS/" output="target/test/resources" kind="src" path="src/test/resources"/> You could explain with a example highlighting current vs desired behavior? alex On Tue, Jul 7, 2009 at 10:10 AM, Martin Grotzke < [email protected]> wrote: > Hi, > > at first: we're just starting a new project here and it's the first for > our company we're building with buildr - I'm very happy! :) > > Now my question: is it possible to specify a different output folder for > eclipse? > > We need this as we're using eclipse with "Build automatically". This > causes the effect, that tests that once ran successfully are not > executed again, even if classes files or tests are changed. Turning off > "build automatically" or a "clean" resolves this issue. However, we > still want to have an automatic build in eclipse, so this is not the > preferred solution. > > Is there another solution for this (e.g. specifying different output > folder for eclipse)? > > Thx && cheers, > Martin > >
