[
https://issues.jboss.org/browse/JBIDE-19757?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-19757:
------------------------------------
Time to load list of server adapters: ~30 seconds.
Time to load requirements to install JBossAS Tools Server Adapter
3.1.0.Beta1-v20150612-2158-B25: ~35 seconds
With the release of Beta1, which currently points at
http://download.jboss.org/jbosstools/updates/webtools/mars/ I get this error:
{code}Cannot complete the install because one or more required items could not be found.
Software being installed: JBossAS Tools Server Adapter 3.1.0.Beta1-v20150612-2158-B25
(org.jboss.ide.eclipse.as.serverAdapter.wtp.feature.feature.group
3.1.0.Beta1-v20150612-2158-B25)
Missing requirement: JMX Local UI Plug-in 1.7.0.Beta1-v20150612-2158-B25
(org.jboss.tools.jmx.ui 1.7.0.Beta1-v20150612-2158-B25) requires 'bundle
org.jboss.tools.common.jdt.debug 3.7.0' but it could not be found
Cannot satisfy dependency:
From: JBossAS Tools Server Adapter 3.1.0.Beta1-v20150612-2158-B25
(org.jboss.ide.eclipse.as.serverAdapter.wtp.feature.feature.group
3.1.0.Beta1-v20150612-2158-B25)
To: org.jboss.ide.eclipse.as.wtp.ui [3.1.0.Beta1-v20150612-2158-B25]
Cannot satisfy dependency:
From: WTP UI Overrides 3.1.0.Beta1-v20150612-2158-B25 (org.jboss.ide.eclipse.as.wtp.ui
3.1.0.Beta1-v20150612-2158-B25)
To: bundle org.jboss.tools.jmx.ui 1.6.0
{code}
So... I guess we need to add more stuff into the WebTools site. Or just switch to this
URL:
http://download.jboss.org/jbosstools/static/mars/development/updates/core...
or even simpler, to this:
http://download.jboss.org/jbosstools/mars/development/updates/
Use jbosstools aggregate site instead of special webtools-site for
WTP's AS server discovery
--------------------------------------------------------------------------------------------
Key: JBIDE-19757
URL:
https://issues.jboss.org/browse/JBIDE-19757
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: build, server
Reporter: Mickael Istria
Assignee: Nick Boldt
Priority: Minor
Labels: releasework
Fix For: 4.3.0.Beta1
With
https://bugs.eclipse.org/bugs/show_bug.cgi?id=434185 , WTP Server Discovery
mechanism was granted a new strategy which allows to rely on regular p2 metadata instead
of a site.xml.
Support for this was already merged in server (
https://github.com/jbosstools/jbosstools-server/commit/2d3cc63a9b67753ad9...
)
In order to save an artifact to manage (the webtools p2 repository), we could use this
mechanism and consider contributing directly the main JBT URL to webtools discovery.
However, server discovery also keeps older strategies and since we produce invalid
site.xml files, this is currently failing
{code}
!ENTRY org.eclipse.equinox.p2.updatesite 2 0 2015-05-04 09:40:58.088
!MESSAGE Error parsing feature stream. The unique identifier or the version is null or
empty for the State: "Category": unique identifier="minimal-json"
version="null".
{code}
because we are lines specifying bundle but no version in the site.xml.
[~nickboldt] What are those site.xml useful for? Could we get rid of them?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)