Hey, You can develop gradle with eclipse but there are a couple of gotchas:
- you need to import projects twice - first pass for the root project, second pass for all subprojects. It's because eclipse is not very hierarchical in the import project wizard. - vanilla eclipse wont do. You need some groovy plugin. IDEA is better for developing gradle. Free community edition is more than enough :) Cheers! On Wed, Aug 10, 2011 at 1:24 AM, Peter Niederwieser <[email protected]>wrote: > I think Ingo is referring to the Gradle build in particular. Unfortunately, > our Eclipse configuration tends to lag behind because our build is complex > and none of the core committers is developing with Eclipse. Hopefully this > will get better over time. In general though, the Eclipse plugin works > reasonably well (from what I can say), and the STS Gradle Eclipse plugin > gets better with each release. > > -- > Peter Niederwieser > Principal Engineer, Gradleware > http://gradleware.com > Creator, Spock Framework > http://spockframework.org > Twitter: @pniederw > > -- > View this message in context: > http://gradle.1045684.n5.nabble.com/gradlew-eclipse-broken-tp4683628p4684043.html > Sent from the gradle-dev mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- Szczepan Faber Principal engineer@gradleware Lead@mockito
