[JBoss JIRA] (JBIDE-22160) Order of project in New OS 3 Application wizard is not alphanumeric
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22160?page=com.atlassian.jira.plugi... ]
Fred Bricon edited comment on JBIDE-22160 at 4/13/16 10:00 AM:
---------------------------------------------------------------
I kinda applied the PR before checking the new application wizard, based on the unit test results. It seems the comparator is not called there :
!project-order.png|width=650!
was (Author: fbricon):
I kinda applied the PR before checking the new application wizard, based on the unit test results. It seems the comparator is not called there :
!project-order.png!
> Order of project in New OS 3 Application wizard is not alphanumeric
> -------------------------------------------------------------------
>
> Key: JBIDE-22160
> URL: https://issues.jboss.org/browse/JBIDE-22160
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.0.Alpha1
>
> Attachments: project-order.png
>
>
> I am having several OpenShift projects. If I opened a New OS 3 Application wizard several time, order of projects is random, its not alphanumeric, only sometimes. It happens when opening the wizard either from OpenShift explorer, or Central or via shell menu File - New - OpenShift Application. Also preselected project seems to be chosen randomly.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3749) With existing virtual box 5.0.16 already installed, bundled installer refuses to see it and let me proceed to install
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3749?page=com.atlassian.jira.plugin.... ]
Nick Boldt closed JBDS-3749.
----------------------------
Yep, verified. Closing.
> With existing virtual box 5.0.16 already installed, bundled installer refuses to see it and let me proceed to install
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-3749
> URL: https://issues.jboss.org/browse/JBDS-3749
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.CR1
> Reporter: Nick Boldt
> Assignee: Denis Golovin
> Priority: Blocker
> Labels: havoc, ui
> Fix For: 9.1.0.GA
>
> Attachments: dpinstaller-VB508-wanted-5016-found.png, vb-not-detected-can-not-proceed.png, vbox5016-installed-detected-cant-selected-i-want-to-use-existing-vb.png, win10-details.png
>
>
> Downloaded Setup-bundled-0.0.2-20160331-23.exe
> Logged in using my RHD credentials
> On the Confirmation step of the installer, I see an unchecked box for ORACLE VIRTUALBOX v5 and an unchecked box for "I want to use the existing VirtualBox".
> I can't check either of them (when I cursor over them I see a red NOT circle) so as a result the "Download & Install" button is greyed out - it too has a red NOT circle when I cursor over it.
> I have VB installed here:
> C:\Program Files\Oracle\VirtualBox\VirtualBox.exe
> Version 5.0.16 r105871
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22158) bzira needs to support multiple regex matches for Platform, JSDT, WTP, m2e, etc.
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22158?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-22158:
-------------------------------
Fix Version/s: 4.3.1.CR1
> bzira needs to support multiple regex matches for Platform, JSDT, WTP, m2e, etc.
> --------------------------------------------------------------------------------
>
> Key: JBIDE-22158
> URL: https://issues.jboss.org/browse/JBIDE-22158
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.4.0.Alpha1
> Reporter: Nick Boldt
> Fix For: 4.3.1.CR1
>
>
> Currently, bzira supports two ways to define mappings:
> a) hardcoded list:
> {code}
> def map_linuxtools(version):
> versions = {
> "4.2.1" : "Mars.2 (4.5)",
> "4.2.0" : "Mars.2 (4.5)",
> "4.1.0" : "Mars.1 (4.5)",
> "4.0.0" : "Mars (4.5)",
> "5.0.0" : "Neon (4.6)",
> "---" : NO_VERSION
> }
> return versions.get(version, None)
> {code}
> b) regex mapping:
> {code}
> "Platform" : (lambda version: re.sub(r"4.6(.*)", r"Neon (4.6)\1", version)),
> {code}
> But for Platform, we need two sets of mappings for 4.6 (Neon) and 4.7 (Oxygen).
> Here's a BZ for which we have a target milestone of 4.7:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=484347
> and here's currently the error that bzira reports:
> {code}
> [DEBUG] 484347 - [JFace] MessageDialog should use Link instead of Text [Platform, UI, [4.7]] {20160323T17:24:18} (19 days, 4:16:34.025318) -> https://bugs.eclipse.org/484347
> [DEBUG] Mapper: Platform / 4.7 -> 4.7
> [ERROR] Version '4.7' mapped from '4.7' not found in ERT. Please create it or fix the mapping. Bug: #484347 NEW - Platform-UI-Inbox(a)eclipse.org - [JFace] MessageDialog should use Link instead of Text
> Query: https://issues.jboss.org/rest/api/2/search?jql=project+%3D+ERT+and+summar...
> [INFO] https://bugs.eclipse.org/484347 already proxied as https://issues.jboss.org/browse/ERT-33; checking if something needs updating/syncing.
> {code}
> There's an existing issue https://issues.jboss.org/browse/ERT-33 but it has fixversion of "Neon (4.6) M6" despite the fact that the bugzilla now has a target milestone of 4.7
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22160) Order of project in New OS 3 Application wizard is not alphanumeric
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22160?page=com.atlassian.jira.plugi... ]
Fred Bricon edited comment on JBIDE-22160 at 4/13/16 9:42 AM:
--------------------------------------------------------------
I kinda applied the PR before checking the new application wizard, based on the unit test results. It seems the comparator is not called there :
!project-order.png!
was (Author: fbricon):
I kinda applied the PR before checking the new application wizard, based on the uni test results. It seems the comparator is not called there :
!project-order.png!
> Order of project in New OS 3 Application wizard is not alphanumeric
> -------------------------------------------------------------------
>
> Key: JBIDE-22160
> URL: https://issues.jboss.org/browse/JBIDE-22160
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.0.Alpha1
>
> Attachments: project-order.png
>
>
> I am having several OpenShift projects. If I opened a New OS 3 Application wizard several time, order of projects is random, its not alphanumeric, only sometimes. It happens when opening the wizard either from OpenShift explorer, or Central or via shell menu File - New - OpenShift Application. Also preselected project seems to be chosen randomly.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22158) bzira needs to support multiple regex matches for Platform, JSDT, WTP, m2e, etc.
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22158?page=com.atlassian.jira.plugi... ]
Nick Boldt closed JBIDE-22158.
------------------------------
Assignee: Nick Boldt
Resolution: Done
Fixed with https://github.com/maxandersen/jiralint/commit/d64dfd49499cb63fd541359248... for now.
> bzira needs to support multiple regex matches for Platform, JSDT, WTP, m2e, etc.
> --------------------------------------------------------------------------------
>
> Key: JBIDE-22158
> URL: https://issues.jboss.org/browse/JBIDE-22158
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.4.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.3.1.CR1
>
>
> Currently, bzira supports two ways to define mappings:
> a) hardcoded list:
> {code}
> def map_linuxtools(version):
> versions = {
> "4.2.1" : "Mars.2 (4.5)",
> "4.2.0" : "Mars.2 (4.5)",
> "4.1.0" : "Mars.1 (4.5)",
> "4.0.0" : "Mars (4.5)",
> "5.0.0" : "Neon (4.6)",
> "---" : NO_VERSION
> }
> return versions.get(version, None)
> {code}
> b) regex mapping:
> {code}
> "Platform" : (lambda version: re.sub(r"4.6(.*)", r"Neon (4.6)\1", version)),
> {code}
> But for Platform, we need two sets of mappings for 4.6 (Neon) and 4.7 (Oxygen).
> Here's a BZ for which we have a target milestone of 4.7:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=484347
> and here's currently the error that bzira reports:
> {code}
> [DEBUG] 484347 - [JFace] MessageDialog should use Link instead of Text [Platform, UI, [4.7]] {20160323T17:24:18} (19 days, 4:16:34.025318) -> https://bugs.eclipse.org/484347
> [DEBUG] Mapper: Platform / 4.7 -> 4.7
> [ERROR] Version '4.7' mapped from '4.7' not found in ERT. Please create it or fix the mapping. Bug: #484347 NEW - Platform-UI-Inbox(a)eclipse.org - [JFace] MessageDialog should use Link instead of Text
> Query: https://issues.jboss.org/rest/api/2/search?jql=project+%3D+ERT+and+summar...
> [INFO] https://bugs.eclipse.org/484347 already proxied as https://issues.jboss.org/browse/ERT-33; checking if something needs updating/syncing.
> {code}
> There's an existing issue https://issues.jboss.org/browse/ERT-33 but it has fixversion of "Neon (4.6) M6" despite the fact that the bugzilla now has a target milestone of 4.7
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22160) Order of project in New OS 3 Application wizard is not alphanumeric
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22160?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-22160:
--------------------------------
Attachment: project-order.png
I kinda applied the PR before checking the new application wizard, based on the uni test results. It seems the comparator is not called there :
!project-order.png!
> Order of project in New OS 3 Application wizard is not alphanumeric
> -------------------------------------------------------------------
>
> Key: JBIDE-22160
> URL: https://issues.jboss.org/browse/JBIDE-22160
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.0.Alpha1
>
> Attachments: project-order.png
>
>
> I am having several OpenShift projects. If I opened a New OS 3 Application wizard several time, order of projects is random, its not alphanumeric, only sometimes. It happens when opening the wizard either from OpenShift explorer, or Central or via shell menu File - New - OpenShift Application. Also preselected project seems to be chosen randomly.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3798) Repeated component detection keeps stale values
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3798?page=com.atlassian.jira.plugin.... ]
Jan Richter updated JBDS-3798:
------------------------------
Description:
Installer detects existing tools on confirmation page. If after that a change happens (like the user uninstalls VirtualBox) and then the user goes to the previous page and to confirm page again - the change is correctly detected, but instead of replacing the old option, there are now both options for 'install' and 'use existing'. Plus the count of detected components stays the same.
Using the existing (no longer existing in fact) installation fails, naturally.
was:
Installer detects existing tools on confirmation page. If after that a change happens (like the user uninstalls VirtualBox) and then the user goes to the previous page and to confirm page again - the change is correctly detected, but instead of replacing the old option, there are now both options for 'install' and 'use existing'.
Using the existing (no longer existing in fact) installation fails, naturally.
> Repeated component detection keeps stale values
> -----------------------------------------------
>
> Key: JBDS-3798
> URL: https://issues.jboss.org/browse/JBDS-3798
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.CR1
> Environment: Setup-bundled-0.0.2-20160413-107
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Labels: havoc
> Attachments: screenshot-1.png
>
>
> Installer detects existing tools on confirmation page. If after that a change happens (like the user uninstalls VirtualBox) and then the user goes to the previous page and to confirm page again - the change is correctly detected, but instead of replacing the old option, there are now both options for 'install' and 'use existing'. Plus the count of detected components stays the same.
> Using the existing (no longer existing in fact) installation fails, naturally.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years