[
https://issues.jboss.org/browse/JBIDE-22679?page=com.atlassian.jira.plugi...
]
Rastislav Wagner edited comment on JBIDE-22679 at 7/1/16 4:13 AM:
------------------------------------------------------------------
That doesn't work. I will only get eclipse with dependencies I specify in
pom/manifest.
So I think that we have a solution, i will create PR for integration-tests and as soon as
it will be merged i will try to create POC job on central ci (JBIDE-22680).
PR for integration-tests
https://github.com/jbosstools/jbosstools-integration-tests/pull/1533
[~mickael_istria] do you agree ? Can I resolve this issue ?
was (Author: rawagner):
That doesn't work. I will only get eclipse with dependencies I specify in
pom/manifest.
So I think that we have a solution, i will create PR for integration-tests and as soon as
it will be merged i will try to create POC job on central ci (JBIDE-22680).
[~mickael_istria] do you agree ? Can I resolve this issue ?
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)