[
https://issues.jboss.org/browse/JBIDE-22679?page=com.atlassian.jira.plugi...
]
Mickael Istria commented on JBIDE-22679:
----------------------------------------
Nice! Another one to try is
* without sepecifying a "work" directory
* Keep "product"
* and just add a reference to the nightly p2 repo for JBDS in the
"repositories"
If this works, it means that there isn't even need to have a pre-installed JBDS.
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)