Hello All, I checked out gradle src from git repo and tried to import it to Eclipse.
What I did was: 1) installed fresh Eclipse 3.5.2 with Groovy plugin (http://groovy.codehaus.org/Eclipse+Plugin) 2) ./gradlew, then ./gradlew eclipse 3) imported all projects to Eclipse using "Import..." feature Half of the imported projects (codeQuality, core, plugins, ui) are marked red and I got few errors like "The type org.apache.tools.ant.Task cannot be resolved. It is indirectly referenced from required class file" or "The method newInstance(Class, Object...) from the type ReflectionUtil refers to the missing type T" wherever ReflectionUtil.newInstance() is used. Anyone uses Eclipse here and could tell me how to make it all green ? BTW. The wiki page (http://docs.codehaus.org/display/GRADLE/How+to+set+up+the+Gradle+project+in+Eclipse) seems very outdated - I will update it once I get rid of these errors. -- Regards / Pozdrawiam Tomek Kaczanowski --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
