[
https://issues.jboss.org/browse/JBIDE-8145?page=com.atlassian.jira.plugin...
]
Andre Dietisheim commented on JBIDE-8145:
-----------------------------------------
I can reproduce this unfortunately. The GWT bundle is not pulled from our update site (see
JBIDE-8145)
Afaik the gwt plugin is present on our update site (see
https://issues.jboss.org/browse/JBIDE-7956?focusedCommentId=12586438&...)
and p2 is told to pull optional dependencies:.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=247099#c18
"...will always try to resolve the optional dependencies if they are available. This
causes p2 to look for the optional dependencies and try to pull them in if they
can be installed. If they can not be installed then they will be discarded and
the system will still succeed to resolve"
I need to check with nick.
gwt sdk bundle is not pulled when installing
--------------------------------------------
Key: JBIDE-8145
URL:
https://issues.jboss.org/browse/JBIDE-8145
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: GWT
Affects Versions: 3.2.0.CR1
Reporter: Andre Dietisheim
Assignee: Max Rydahl Andersen
Fix For: 3.2.x
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.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira