]
Nick Boldt commented on JBIDE-20170:
------------------------------------
Verified working in B803. Details here:
I'll let Max close this when he's satisfied / has no more questions.
(It worked in the past because WTP used a different discovery mechanism, and we had an
older site w/ a site.xml that it required.)
WebTools server adapter installer installs only a subset of what
should be installed
------------------------------------------------------------------------------------
Key: JBIDE-20170
URL:
https://issues.jboss.org/browse/JBIDE-20170
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, server, updatesite, upstream
Affects Versions: 4.3.0.Beta1
Reporter: Nick Boldt
Assignee: Rob Stryker
Priority: Critical
Fix For: 4.3.0.Beta2
Steps to repro:
{code}1. open clean Eclipse JEE
2. open Servers view
3. click 'No servers are avail... click to create new server..."
4. click "Download additional server adapters"
(Site used to resolve IUs is
http://download.jboss.org/jbosstools/updates/webtools/mars/
which symlinks to
http://download.jboss.org/jbosstools/mars/development/updates/core/ )
5. wait while the stuff loads. select "JBoss AS Server Adapter" or whatever it
was called
6. wait as metadata loads again
7. click Next, accept license, etc. restart when prompted
{code}
Feature that should have been installed:
{code:title=https://github.com/jbosstools/jbosstools-build-sites/blob/master/aggregate/site/category.xml#L99-L103}
<feature id="org.jboss.ide.eclipse.as.feature">
<category name="org.eclipse.wst.server.core.serverAdapter"/>
</feature>
{code}
Feature that instead gets installed:
{code}org.jboss.ide.eclipse.as.serverAdapter.wtp.feature_3.1.0.Beta1-v20150612-2158-B25{code}