[JBoss JIRA] (JBIDE-19990) "See JBoss Tools Visual Editor FAQ" link is not working.
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19990?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov commented on JBIDE-19990:
------------------------------------------------
I've merge pull request - it will be needed anyway. [~vpakan] can you also try this issue?
> "See JBoss Tools Visual Editor FAQ" link is not working.
> --------------------------------------------------------
>
> Key: JBIDE-19990
> URL: https://issues.jboss.org/browse/JBIDE-19990
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, visual-page-editor-core
> Affects Versions: 4.3.0.Beta1
> Reporter: Radim Hopp
> Assignee: Radim Hopp
> Fix For: 4.3.0.Beta2
>
>
> When the browser cannot be instantiated, error is shown and on the bottom of the editor is "See JBoss Tools Visual Editor FAQ" link (see here: http://i.imgur.com/F2l9Hgi.png).
> This link is not working. Clicking on it just writes into console, from where JBDS/JBT was started, this:
> _env: /home/rhopp/http:/tools.jboss.org/documentation/faq/visualeditor.html: Directory or file does not exist_
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20164) webtools server adapter installation UI is non-informative
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20164?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-20164 at 7/2/15 11:20 AM:
-------------------------------------------------------------
These three commits are in build B803, which is available here [1].
JBIDE-20164: https://github.com/jbosstools/jbosstools-server/commit/6ba6d30c6c10d8ec51...
JBIDE-20173: https://github.com/jbosstools/jbosstools-server/commit/97df8fbf994ac0e88d...
JBIDE-20170: https://github.com/jbosstools/jbosstools-server/commit/a4ce07ab623a48acc0...
[1] 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, WildFly, & EAP Server Tools*" connector
!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/6ba6d30c6c10d8ec51...
JBIDE-20173: https://github.com/jbosstools/jbosstools-server/commit/97df8fbf994ac0e88d...
JBIDE-20170: https://github.com/jbosstools/jbosstools-server/commit/a4ce07ab623a48acc0...
[1] 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}
> 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)
10 years, 9 months
[JBoss JIRA] (JBIDE-20100) how to make users aware of fuse and other tooling only being available from earlyaccess?
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20100?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-20100:
---------------------------------------------
#1 I would expect later there are more; especially in integration stack.
#2 description is "why doesn’t my screenshot tell me to use an older version of JBDS or something" - this is exactly what the "advertising connector" is trying to address. And the main reason for the issue is that Fuse tooling is *not* going to be in JBDS 9 on release and today JBDS 8 just only started having fuse tooling in there. The issue was reported because JBDS 8 gets downloaded by default and thus users looking for Fuse cannot find it.
> how to make users aware of fuse and other tooling only being available from earlyaccess?
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-20100
> URL: https://issues.jboss.org/browse/JBIDE-20100
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Reporter: Max Rydahl Andersen
> Assignee: Mickael Istria
>
> [~jtyrrell] find it confusing when he cannot see Fuse and other earlyaccess features immediately on the install page.
> Some comments:
> "I install JBDS 8.1 and click on the JBoss Integration and SOA Development, but where is the Fuse tooling in that list."
> "<without earlyaccess> why doesn’t my screen shot tell me to use an older version of JBDS or something."
> Suggestion:
> "when I picked the Integration Stack a greyed out Fuse IDE thingy in the list of choices, and something like (Select early Access) to enable this feature."
> I'm fine exploring options to show early access features more prominently but would prefer we would not need to treat Fuse "special" so maybe we should have a "Early Access" section at the bottom instead of filtered in between everything else ?
> and for any connectors that has additional/different features just add a "Extra features available in Early access " comment ?
> But what to do when Fuse or others dont even have an earlyaccess out yet ? (like is currently the state for devstudio 9)
> [~crobson], [~aileenc] and [~lhein] got any suggestions ?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months