to be clear there are 2 types of plugins... gradle plugins and eclipse plugins. gradle has a plugin for eclipse that will create the project and classpath details for eclipses. If you want your project to compile in eclipse you will need to this currently... Eclipse doesn't understand gradle at the moment. The only reason it works for Maven is there is an eclipse plugin for maven, when used with a properly set M2 env var, eclipse understands how to compile maven projects.
There is an eclipse gradle plugin in the works... I have tested out an early release of a plugin for STS (springs version of eclipses) and it works great. Expect to see that soon. Ken Sipe | [email protected] | blog: http://kensipe.blogspot.com On Mar 22, 2011, at 11:09 AM, shadowlaw wrote: > what i have done is: > i created a groovy project in eclipse then added the gradle.build script. > so i have to run gradle eclipse after?!! to make my dependencies > available?!! > > i thought that the plugin eclipse is facilitate the import of the project > into eclipse. so my case there's no need for it!! right? > > -- > View this message in context: > http://gradle.1045684.n5.nabble.com/pb-configuraing-gradle-tp4257046p4257117.html > Sent from the gradle-user mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
