On 18/03/2011, at 12:53 AM, Peter Niederwieser wrote: > > Rene Groeschke wrote: >> >> How do you guys setup your gradle copy in idea? I think it is desirable to >> get back to that point, where "/gradlew idea" is all you need to setup >> your gradle copy. >> > > I agree that it would be preferable to debug/profile Gradle from IDEA, but I > haven't been able to make it work. That's why I start Gradle externally and > debug the external process.
Right now, there's 2 things you need to do manually in IDEA, after you've generated the project: * Add all the plugins projects as runtime dependencies for the launcher project. * Remove xercesImpl from the set of sonar dependencies. Then it works fine. Someone needs to tweak our IDEA/Eclipse generation to make these happen by default. -- Adam Murdoch Gradle Developer http://www.gradle.org Co-Founder and VP of Engineering, Gradleware Inc. - Gradle Training, Support, Consulting http://www.gradleware.com
