Our GWT facet needs the GWT SDK at runtime. The GWT SDK holds the GWT cross compiler etc. and is needed so that a Dynamic Web project with GWT code gets compiled correctly.
The GWT SDK has the version in its name so that several SDK can be installed in parallel. We therefore declared an optional dependency to the latest GWT SDK in our org.jboss.tools.gwt.core:
com.google.gwt.eclipse.sdkbundle.2.1.1;resolution:=optional,
Unfortunately p2 does not pull the GWT SDK when its told to install our GWT facet.
- blocks
-
JBIDE-7828 Web module with GWT integration facet cannot be built
-
- Closed
-