steffenschaefer / gwt-gradle-plugin

Gradle plugin to support GWT (http://www.gwtproject.org/) related tasks.
Other
117 stars 45 forks source link

GenerateGdt Task Needs To Also Be a Dependency of eclipseWtp #117

Open richip opened 6 years ago

richip commented 6 years ago

When using Buildship to import a Gradle project into an Eclipse workspace, it uses the target eclipseWtp to generate the Eclipse project, classpath and settings files (instead of eclipse). The eclipseWtp task also needs to pull in the generateGdt task.

Note: Currently, there doesn't seem to be an exported constant in the gradle eclipse-wtp plugin that identifies the eclipseWtp task by name.