[
https://issues.jboss.org/browse/JBIDE-13952?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-13952:
------------------------------------
OK, the reason that you can't resolve o.e.jetty.websocket 8 is that by default the JBT
update site points to
http://download.jboss.org/jbosstools/updates/kepler/ which contains
the latest *RELEASED* target platform used in the wild for installing any *RELEASED* JBT
versions (it currently contains the M5 target platform used to install Alpha1).
I can't update that composite site to point to the Alpha2 TP yet because that will
break anyone trying to install Alpha1 from our dev milestone site, and will make
[~maxandersen] a sad panda.
So, there are two workarounds.
A) add this URL to your Eclipse when installing:
http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3...
Then browse the JBT site and you should be fine.
B) Use this composite site to expose all the stuff you need for TP, JBT, and Central in a
single URL:
http://download.jboss.org/jbosstools/updates/JBossTools-4.1.0.Alpha2.disc...
JBT cannot install livereaload: Missing requirement: Webpage
Reloader
---------------------------------------------------------------------
Key: JBIDE-13952
URL:
https://issues.jboss.org/browse/JBIDE-13952
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng, livereload
Affects Versions: 4.1.0.Alpha2
Environment: JBT 4.1.0.Alpha2 B140
http://download.jboss.org/jbosstools/updates/JBossTools-4.1.0.Alpha2.core/
Reporter: Martin Malina
Assignee: Nick Boldt
Priority: Blocker
Fix For: 4.1.0.Alpha2
When I try to install all features from the JBT update site, I get this error:
{code}
Cannot complete the install because one or more required items could not be found.
Software being installed: Feature Developer Resources 1.0.0.Alpha2-v20130405-0853-B3
(org.jboss.tools.livereload.feature.source.feature.group 1.0.0.Alpha2-v20130405-0853-B3)
Missing requirement: Webpage Reloader 1.0.0.Alpha2-v20130405-0853-B3
(org.jboss.tools.livereload 1.0.0.Alpha2-v20130405-0853-B3) requires 'bundle
org.eclipse.jetty.websocket [8.1.0,9.0.0)' but it could not be found
Cannot satisfy dependency:
From: Feature 1.0.0.Alpha2-v20130405-0853-B3
(org.jboss.tools.livereload.feature.feature.group 1.0.0.Alpha2-v20130405-0853-B3)
To: org.jboss.tools.livereload [1.0.0.Alpha2-v20130405-0853-B3]
Cannot satisfy dependency:
From: Feature Developer Resources 1.0.0.Alpha2-v20130405-0853-B3
(org.jboss.tools.livereload.feature.source.feature.group 1.0.0.Alpha2-v20130405-0853-B3)
To: org.jboss.tools.livereload.feature.feature.group
[1.0.0.Alpha2-v20130405-0853-B3]
{code}
If I remove the source feature, I get this:
{code}
Cannot complete the install because one or more required items could not be found.
Software being installed: Feature 1.0.0.Alpha2-v20130405-0853-B3
(org.jboss.tools.livereload.feature.feature.group 1.0.0.Alpha2-v20130405-0853-B3)
Missing requirement: Webpage Reloader 1.0.0.Alpha2-v20130405-0853-B3
(org.jboss.tools.livereload 1.0.0.Alpha2-v20130405-0853-B3) requires 'bundle
org.eclipse.jetty.websocket [8.1.0,9.0.0)' but it could not be found
Cannot satisfy dependency:
From: Feature 1.0.0.Alpha2-v20130405-0853-B3
(org.jboss.tools.livereload.feature.feature.group 1.0.0.Alpha2-v20130405-0853-B3)
To: org.jboss.tools.livereload [1.0.0.Alpha2-v20130405-0853-B3]
{code}
Also, the livereload feature should have a better name (currently just
"Feature").
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira