[
https://issues.jboss.org/browse/JBIDE-15774?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-15774:
-------------------------------------
As far as I can tell, this is already fixed in all branches:
[rob@rawbdor as]$ git lg -5
(etc etc etc)
* 30973fd - JBIDE-15751 small string error (3 days ago, Rob Stryker)
git log -p 30973fd
{code}
public String getRuntimeTypeVersionString() {
- return "6.1"; //$NON-NLS-1$
+ return "6.1+"; //$NON-NLS-1$
}
{code}
I've also just tested it running from source. Perhaps it didn't make it into the
respin yet.
Runtime edit window shows EAP 6.1 instead of EAP 6.1+
-----------------------------------------------------
Key: JBIDE-15774
URL:
https://issues.jboss.org/browse/JBIDE-15774
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.1.1.Beta1
Environment: JBDS 7.1.0.Beta1 B441
Reporter: Martin Malina
Assignee: Rob Stryker
Labels: respin-a
Fix For: 4.1.1.Beta1
Attachments: eap-6.2-runtime.png
In line with JBIDE-15614 and JBIDE-15751, this should be updated, too:
When I detect EAP 6.2 using runtime detection, it rightly shows the type as EAP 6.2, but
then when I check the runtime later, it displays EAP 6.1 at the top:
!eap-6.2-runtime.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira