[JBoss JIRA] (JBIDE-17550) When Install/Update button pressed no progress reported about installation preparation
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17550?page=com.atlassian.jira.plugi... ]
Denis Golovin resolved JBIDE-17550.
-----------------------------------
Resolution: Cannot Reproduce Bug
> When Install/Update button pressed no progress reported about installation preparation
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-17550
> URL: https://issues.jboss.org/browse/JBIDE-17550
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: central
> Affects Versions: 4.2.0.Beta2
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Priority: Minor
> Labels: f2f2014
> Fix For: 4.3.0.Alpha2
>
>
> When big features like ADT or set of features requested to be installed from central there is no indication in eclipse by any means that something is going on. Meantime central calls
> {code}
> computeInstallableUnits(monitor.newChild(50));
> {code}
> and
> {code}resolveInstall(monitor.newChild(50));{code}
> which can take considerable amount of time.
> I think progress for Preparation to install requested features should be visible in eclipse.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBDS-3352) FeedHenry feature isn't available in any JBDS site [8.1]
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3352?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-3352:
----------------------------------
Alternative way to install it:
1. install JBDS 8.1
2. Help > Install new > select JBDS update site
3. look for the feedhenry feature
4. install it
5. Help > About > find Feedhenry installed
> FeedHenry feature isn't available in any JBDS site [8.1]
> --------------------------------------------------------
>
> Key: JBDS-3352
> URL: https://issues.jboss.org/browse/JBDS-3352
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: aerogear-hybrid, discovery, updatesite
> Affects Versions: 8.1.0.Beta1
> Reporter: Gorkem Ercan
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 8.1.0.Beta1
>
> Attachments: jbds81-install-fromcentral-80site-error.png, jbds81-install-fromcentral-81nightlysite-error-jst-cant-be-installed.png
>
>
> The FeedHenry feature, which is listed in the discovery catalog, isn't available for installation in any of the JBDS repositories: installer, main, TP, central, earlyaccess.
> We need to add it to one of those sources if we want FeedHenry in JBDS
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBDS-3352) FeedHenry feature isn't available in any JBDS site [8.1]
by Len DiMaggio (JIRA)
[ https://issues.jboss.org/browse/JBDS-3352?page=com.atlassian.jira.plugin.... ]
Len DiMaggio commented on JBDS-3352:
------------------------------------
The sequence of actions that a user must perform in order to install FeedHenry is:
1. install JBDS 8.1
2. launch central
3. look for the HMT/Cordova connector
4. install it
5. Help > About > find Feedhenry installed
> FeedHenry feature isn't available in any JBDS site [8.1]
> --------------------------------------------------------
>
> Key: JBDS-3352
> URL: https://issues.jboss.org/browse/JBDS-3352
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: aerogear-hybrid, discovery, updatesite
> Affects Versions: 8.1.0.Beta1
> Reporter: Gorkem Ercan
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 8.1.0.Beta1
>
> Attachments: jbds81-install-fromcentral-80site-error.png, jbds81-install-fromcentral-81nightlysite-error-jst-cant-be-installed.png
>
>
> The FeedHenry feature, which is listed in the discovery catalog, isn't available for installation in any of the JBDS repositories: installer, main, TP, central, earlyaccess.
> We need to add it to one of those sources if we want FeedHenry in JBDS
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBDS-3360) Align bits offered in JBoss Central with installed version of JBDS
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3360?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-3360:
----------------------------------
Per the call today, I've mocked up a composite site with 8.0x/8.1 versions of JBDS AND all 4 versions of Central, too.
* https://devstudio.redhat.com/updates/8.0-staging-JBDS-3360/
To use, launch JBDS with thesr commandline params or add them to jbdevstudio.ini.
{code}
-Djboss.discovery.site.url=https://devstudio.redhat.com/updates/8.0-staging-JBDS-3360/
-Djboss.discovery.directory.url=https://devstudio.redhat.com/updates/8.0-staging-JBDS-3360/devstudio-directory.xml
{code}
Today, 8.0 user tries to install HMT w/ Tern 0.8.2 and forces partial install (first remediation choice) or upgrade to 8.1.Beta1 (second remediation choice); in future we should not need remediation at all. ( JBDS-3359 )
TODO:
* verify p2 can offer installation of HMT w/ Tern 0.6 on 8.0, or 0.8.2 on 8.1.Beta1
* verify downgrade/uninstall is possible too, including rolling back stuff from Central
* verify 8.0 user w/ HMT already installed can Help > Check for updates and get all JBDS & Central stuff upgraded at the same time (not two steps)
* benchmark performance of Check for updates vs. from this composite site
* benchmark performance of reading Central discovery catalogue vs. from this composite site
* benchmark performance of installing HMT w/ tern 0.6 and 0.82 vs. from this composite site
> Align bits offered in JBoss Central with installed version of JBDS
> ------------------------------------------------------------------
>
> Key: JBDS-3360
> URL: https://issues.jboss.org/browse/JBDS-3360
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: central, updatesite
> Affects Versions: 8.0.2.GA
> Reporter: Martin Malina
> Fix For: 8.1.0.CR1
>
>
> The problem in JBDS-3359 shows a broader issue.
> (That one is about issues when clicking on an example in Central in JBDS 8.0.0 when 8.0.2 has already been released and central points to it.)
> Currently when you install JBDS 8.0.0, it will contain this update site in Preferences -> Available Software Sites:
> https://devstudio.redhat.com/updates/8.0/
> Initially this update site contained JBDS 8.0.0 core + 8.0.0 central.
> But once we released JBDS 8.0.1, the update site was updated with 8.0.1 and this update was offered to users in Eclipse. And we started to have two groups of users:
> 1. Those who stayed on JBDS 8.0.0, but their Central already pointed to 8.0.1 bits
> 2. Those who update to JBDS 8.0.1 (and their Central also pointed to 8.0.1 bits)
> Wouldn't it make more sense if central used the same version that is currently installed? I.e. if a user stays with JBDS 8.0.0, the bits offered in Central are 8.0.0 also.
> I'm not sure if this is doable or makes sense at all, so I'm looking forward to feedback :)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19401) remove Seam & Portlet from JBT 4.3 default install
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19401?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-19401:
------------------------------------
{quote}[10:24:09 AM] Nick Boldt: safe to assume we want new connectors in JBT Central for portlet and seam?
[10:24:55 AM] Fred Bricon: so yes for both
[10:24:58 AM] Nick Boldt: ok cool
[10:25:01 AM] Nick Boldt: just confirming
[10:25:05 AM] Fred Bricon: confirmed
{quote}
> remove Seam & Portlet from JBT 4.3 default install
> ---------------------------------------------------
>
> Key: JBIDE-19401
> URL: https://issues.jboss.org/browse/JBIDE-19401
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: portal-gatein, seam2
> Affects Versions: 4.3.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
>
> Recently we removed Seams and Portlet from the default JBDS 9 install. Max said today we should do the same for JBT 4.3.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19401) remove Seam & Portlet from JBT 4.3 default install
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-19401:
----------------------------------
Summary: remove Seam & Portlet from JBT 4.3 default install
Key: JBIDE-19401
URL: https://issues.jboss.org/browse/JBIDE-19401
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: portal-gatein, seam2
Affects Versions: 4.3.0.Alpha1
Reporter: Nick Boldt
Recently we removed Seams and Portlet from the default JBDS 9 install. Max said today we should do the same for JBT 4.3.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month