[
https://issues.jboss.org/browse/JBIDE-7956?page=com.atlassian.jira.plugin...
]
Nick Boldt edited comment on JBIDE-7956 at 2/18/11 6:18 PM:
------------------------------------------------------------
With 2.2.0 archived now on
download.jboss.org, we can reliably provide the bits to users
behind the scenes, even if Google keeps removing them willy-nilly.
HOWEVER, I can reproduce the "cannot install" issue with our 3.2.0.GA build,
unfortunately:
{quote}
!MESSAGE Missing requirement: JBoss Tools GWT (Experimental) 1.0.0.v20110215-1224-H21-GA
({color:blue}org.jboss.tools.gwt.core 1.0.0.v20110215-1224-H21-GA{color}) requires
'{color:red}bundle com.google.gwt.eclipse.core [1.3.3,2.0.0){color}' but it could
not be found
{color}
{quote}
Looks like the issue is in the manifest.mf for the JBT GWT core plugin:
{quote}
com.google.gwt.eclipse.core;{color:red}bundle-version="[1.3.3,2.0.0)"{color},
<!--- there is no longer a 2.0 on their site, only 2.2
com.google.gwt.eclipse.sdkbundle.2.1.1;resolution:=optional, <!-- also missing from
their site, but optional helps
{quote}
I would suggest the solution is to drop the requirement range entirely (so we don't
keep hitting this) and hope that they don't break API along the way, or else if you
need to set a range, then relax it so that 2.2.0 is a valid/compatible version, eg:
{quote}
bundle-version="[2.2.0,3.0.0)"
{quote}
Assigning to Andre to fix in 3.2.x and trunk branches.
was (Author: nickboldt):
With 2.2.0 archived now on
download.jboss.org, we can reliably provide the bits to
users behind the scenes, even if Google keeps removing them willy-nilly.
HOWEVER, I can reproduce the "cannot install" issue with our 3.2.0.GA build,
unfortunately:
{color:red}
{quote}
!MESSAGE Missing requirement: JBoss Tools GWT (Experimental) 1.0.0.v20110215-1224-H21-GA
(org.jboss.tools.gwt.core 1.0.0.v20110215-1224-H21-GA) requires 'bundle
com.google.gwt.eclipse.core [1.3.3,2.0.0)' but it could not be found
{quote}
{color}
Looks like the issue is in the manifest.mf for the JBT GWT core plugin:
{quote}
com.google.gwt.eclipse.core;{color:red}bundle-version="[1.3.3,2.0.0)"{color},
<!--- there is no longer a 2.0 on their site, only 2.2
com.google.gwt.eclipse.sdkbundle.2.1.1;resolution:=optional, <!-- also missing from
their site, but optional helps
{quote}
I would suggest the solution is to drop the requirement range entirely (so we don't
keep hitting this) and hope that they don't break API along the way, or else if you
need to set a range, then relax it so that 2.2.0 is a valid/compatible version, eg:
{quote}
bundle-version="[2.2.0,3.0.0)"
{quote}
Assigning to Andre to fix in 3.2.x and trunk branches.
GWT integration cannot be installed
-----------------------------------
Key: JBIDE-7956
URL:
https://issues.jboss.org/browse/JBIDE-7956
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng, GWT
Affects Versions: 3.2.0.CR1, 3.2.0.Final
Environment: nightly update site zip 20101215-1434-H4-CR1
Reporter: Libor Zoubek
Assignee: Andre Dietisheim
Fix For: 3.2.0.CR1
Cannot complete the install because one or more required items could not be found.
When attempting to install GWT integration I get:
Software being installed: JBoss GWT Integration (Experimental)
1.0.0.v20101215-1434-H4-CR1 (org.jboss.tools.gwt.feature.feature.group
1.0.0.v20101215-1434-H4-CR1)
Missing requirement: JBoss Tools GWT (Experimental) 1.0.0.v20101215-1434-H4-CR1
(org.jboss.tools.gwt.core 1.0.0.v20101215-1434-H4-CR1) requires 'bundle
com.google.gwt.eclipse.sdkbundle.2.1.0 [2.1.0,3.0.0)' but it could not be found
Cannot satisfy dependency:
From: JBoss GWT Integration (Experimental) 1.0.0.v20101215-1434-H4-CR1
(org.jboss.tools.gwt.feature.feature.group 1.0.0.v20101215-1434-H4-CR1)
To: org.jboss.tools.gwt.core [1.0.0.v20101215-1434-H4-CR1]
google updatesite is present at version
Google App Engine Java SDK 1.4.0 1.4.0.v201012021502
com.google.appengine.eclipse.sdkbundle.e36.feature.1.4.0.feature.group
Google Plugin for Eclipse 3.6 1.4.1.v201012170127
com.google.gdt.eclipse.suite.e36.feature.feature.group
Google Web Toolkit SDK 2.1.1 2.1.1.v201012170127
com.google.gwt.eclipse.sdkbundle.e36.feature.2.1.1.feature.group
looks like google have renamed features few days ago :-/
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira