[
https://issues.jboss.org/browse/JBIDE-22449?page=com.atlassian.jira.plugi...
]
Ondrej Dockal commented on JBIDE-22449:
---------------------------------------
I took a look at it, as well. There is
org.jboss.tools.foundation.core.test.FoundationAllTests suite called in pom file which
includes only two test classes and nothing else, even that there are more classes to test,
I would also blame test pattern in recursive pom view:
<include>**/AllTests.class</include>
<include>**/*AllTests*.class</include>
<include>**/*AllBotTests*.class</include>
<include>**/*TestSuite*.class</include>
I reopen this jira, what to do next is up to you.
Better parse qualifiers for versions
------------------------------------
Key: JBIDE-22449
URL:
https://issues.jboss.org/browse/JBIDE-22449
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: common/jst/core
Affects Versions: 4.4.0.Final
Reporter: Fred Bricon
Assignee: Fred Bricon
Fix For: 4.4.0.Final
Currently, in ide-config.properties, if no 1.2.3.GA-123456-23455 version is found, we
fall back to 1.2.3.GA.
We need to be able to have a more fined-grained fallback on qualifiers:
.dev-115-maxisstupid-v12323 then
.dev-115-maxisstupid then
.dev-115 then
.dev-115 then
.dev
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)