On Thu, Feb 3, 2011 at 4:23 AM, Alex Boisvert <[email protected]> wrote: > Would having an option to build into a different directory be a good > solution? Or even use a different directory by default?
The idea extension allows you to set a different directory for it to generate it's .class files in. I almost always use this feature to put class files in _(:target, :idea, :main, :java) and _(:target, :idea, :test, :java) - that way you avoid the IDE getting confused when you compile from the command line. I thought about making that the default but didn't but if you change the eclipse one we can change the buildr one at the same time. -- Cheers, Peter Donald
