Hello, the Eclipse plugin currently generates the same '.project' file for projects using the Java or the war plugin. For war projects, the plugin generates additionally some WTP configuration files.
The problem is, that WTP requires additional entries in the '.project' file to work. The following two build commands: - - org.eclipse.wst.common.project.facet.core.builder</name> - org.eclipse.wst.validation.validationbuilder And the following two project natures: - - org.eclipse.wst.common.modulecore.ModuleCoreNature - org.eclipse.wst.common.project.facet.core.nature I've to add them manually, since Eclipse does not use WTP without them. I've also looked to the Gradle code, I think, it might not very difficult to fix this in the Eclipse plugin. I could provide a patch too. Regards Jan Ehrhardt
