Hi, The 'eclipse' and 'idea' plugins configure the IDE to compile classes into the same directories as Gradle, ie build/classes/main and build/classes/test.
I think this is not such a great idea. Instead, I think these plugins should configure the IDE to compile classes into different locations. Probably whatever the default happens to be for the target IDE. -- Adam Murdoch Gradle Developer http://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz
