[jbosstools-issues] [JBoss JIRA] (JBIDE-20164) webtools server adapter installation UI is non-informative

Nick Boldt (JIRA) issues at jboss.org
Thu Jul 2 11:20:03 EDT 2015


    [ https://issues.jboss.org/browse/JBIDE-20164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13085885#comment-13085885 ] 

Nick Boldt edited comment on JBIDE-20164 at 7/2/15 11:19 AM:
-------------------------------------------------------------

These three commits are in build B803, which is available here [1].
JBIDE-20164: https://github.com/jbosstools/jbosstools-server/commit/6ba6d30c6c10d8ec5175d05e9fe7d5631acdb988
JBIDE-20173: https://github.com/jbosstools/jbosstools-server/commit/97df8fbf994ac0e88df6df22d4f73a4716e8c164
JBIDE-20170: https://github.com/jbosstools/jbosstools-server/commit/a4ce07ab623a48acc04eee38dc246cb8a790179f

[1] http://download.jboss.org/jbosstools/mars/snapshots/updates/core/master/ or http://download.jboss.org/jbosstools/updates/nightly/mars/

Steps to verify:

1. Install Eclipse Mars JEE bundle 4.5, then opened this file: eclipse/plugins/org.eclipse.wst.server.discovery_1.0.701.v201505261810.jar!/serverAdapterSites.xml

2. Change this:

{code}
-   <site url="http://download.jboss.org/jbosstools/updates/webtools/mars/"/>
+   <site url="http://download.jboss.org/jbosstools/updates/nightly/mars/"/>
{code}

3. open Servers view

4. click 'No servers are avail... click to create new server..."

5. click "Download additional server adapters"

(Site used to resolve IUs is now http://download.jboss.org/jbosstools/updates/nightly/mars/ )

5. wait while the stuff loads. select "JBoss AS" connector or whatever it was called

!install-jbossas-connector-from-nightly.png!

6. wait as metadata loads again

7. click Next, accept license, etc. restart when prompted

And these features are freshly installed:

{code}
cd eclipse/features; find .  -maxdepth 1 -mmin -10 | sort

./org.eclipse.jdt_3.11.0.v20150603-2000
./org.eclipse.jst.web_core.feature_3.7.0.v201506041749
./org.eclipse.jst.web_ui.feature_3.7.0.v201506041749
./org.jboss.ide.eclipse.archives.feature_3.6.0.Beta2-v20150701-2155-B803
./org.jboss.ide.eclipse.as.archives.integration.feature_3.1.0.Beta2-v20150701-2155-B803
./org.jboss.ide.eclipse.as.feature_3.1.0.Beta2-v20150701-2155-B803
./org.jboss.ide.eclipse.as.jmx.integration.feature_3.1.0.Beta2-v20150701-2155-B803
./org.jboss.ide.eclipse.as.serverAdapter.wtp.feature_3.1.0.Beta2-v20150701-2155-B803
./org.jboss.ide.eclipse.as.server.rse.integration.feature_3.1.0.Beta2-v20150701-2155-B803
./org.jboss.tools.archives.scanner.feature_3.6.0.Beta2-v20150701-2155-B803
./org.jboss.tools.jmx.feature_1.7.0.Beta2-v20150701-2155-B803
./org.jboss.tools.runtime.core.feature_3.1.0.Beta2-v20150626-1605-B757
./org.jboss.tools.stacks.core.feature_1.2.0.Beta2-v20150626-1605-B757
{code}


was (Author: nickboldt):
These three commits are in build B803, which is available here [1].
JBIDE-20164: https://github.com/jbosstools/jbosstools-server/commit/6ba6d30c6c10d8ec5175d05e9fe7d5631acdb988
JBIDE-20173: https://github.com/jbosstools/jbosstools-server/commit/97df8fbf994ac0e88df6df22d4f73a4716e8c164
JBIDE-20170: https://github.com/jbosstools/jbosstools-server/commit/a4ce07ab623a48acc04eee38dc246cb8a790179f

[1] http://download.jboss.org/jbosstools/mars/snapshots/updates/core/master/ or http://download.jboss.org/jbosstools/updates/nightly/mars/

So, I installed Eclipse 4.5, then opened this file: eclipse/plugins/org.eclipse.wst.server.discovery_1.0.701.v201505261810.jar!/serverAdapterSites.xml

And changed this:

{code}
-    <site url="http://download.jboss.org/jbosstools/updates/webtools/mars/"/>
+   <site url="http://download.jboss.org/jbosstools/updates/nightly/mars/"/>
{code}

So then:

!install-jbossas-connector-from-nightly.png!

And these features are freshly installed:

{code}
cd eclipse/features; find .  -maxdepth 1 -mmin -10 | sort

./org.eclipse.jdt_3.11.0.v20150603-2000
./org.eclipse.jst.web_core.feature_3.7.0.v201506041749
./org.eclipse.jst.web_ui.feature_3.7.0.v201506041749
./org.jboss.ide.eclipse.archives.feature_3.6.0.Beta2-v20150701-2155-B803
./org.jboss.ide.eclipse.as.archives.integration.feature_3.1.0.Beta2-v20150701-2155-B803
./org.jboss.ide.eclipse.as.feature_3.1.0.Beta2-v20150701-2155-B803
./org.jboss.ide.eclipse.as.jmx.integration.feature_3.1.0.Beta2-v20150701-2155-B803
./org.jboss.ide.eclipse.as.serverAdapter.wtp.feature_3.1.0.Beta2-v20150701-2155-B803
./org.jboss.ide.eclipse.as.server.rse.integration.feature_3.1.0.Beta2-v20150701-2155-B803
./org.jboss.tools.archives.scanner.feature_3.6.0.Beta2-v20150701-2155-B803
./org.jboss.tools.jmx.feature_1.7.0.Beta2-v20150701-2155-B803
./org.jboss.tools.runtime.core.feature_3.1.0.Beta2-v20150626-1605-B757
./org.jboss.tools.stacks.core.feature_1.2.0.Beta2-v20150626-1605-B757
{code}

> webtools server adapter installation UI is non-informative
> ----------------------------------------------------------
>
>                 Key: JBIDE-20164
>                 URL: https://issues.jboss.org/browse/JBIDE-20164
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 4.3.0.Beta1
>            Reporter: Max Rydahl Andersen
>            Assignee: Rob Stryker
>             Fix For: 4.3.0.Beta2
>
>         Attachments: install-jbossas-connector-from-nightly.png, Install_New_Extension_and_New_Server.png
>
>
> When using the "download additional adapters" for JBoss Tools it has a few issues.
> a) shows "null" for vendor
> b) does not actually say it is for WildFly nor EAP servers
> c) (idea) should we add OpenShift to this ?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbosstools-issues mailing list