[
https://issues.jboss.org/browse/JBIDE-22679?page=com.atlassian.jira.plugi...
]
Rastislav Wagner commented on JBIDE-22679:
------------------------------------------
So I have devstudio.feature and cdi.feature defined
{code}
<requirement>
<type>p2-installable-unit</type>
<id>com.jboss.devstudio.core.feature.feature.group</id>
<versionRange>0.0.0</versionRange>
</requirement>
<requirement>
<type>p2-installable-unit</type>
<id>org.jboss.tools.cdi.feature.feature.group</id>
<versionRange>0.0.0</versionRange>
</requirement>
{code}
It runs devstudio (which is OK) but somehow ignores my locally build CDI (log doesn't
say anything) and uses the one from devstudio feature. My locally built cdi has higher
timestamp than the one in devstudio.
Run integration-test against source (rather than package)
---------------------------------------------------------
Key: JBIDE-22679
URL:
https://issues.jboss.org/browse/JBIDE-22679
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: build, qa
Reporter: Mickael Istria
Assignee: Rastislav Wagner
Currently, integration-tests run against a prepared package (of Developer Studio). In
order to more easily run those tests locally or as part of the development process, it
would be nice to also have them running directly against source code of the component.
Tycho provide a mechanism to provision the application under test according to existing
definition:
https://eclipse.org/tycho/sitedocs/tycho-surefire/tycho-surefire-plugin/t...
, or maybe even by simply making Developer Studio part of the test target-platform and
define it as the application/produce under test:
https://eclipse.org/tycho/sitedocs/tycho-surefire/tycho-surefire-plugin/t...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)