[
https://issues.jboss.org/browse/JBIDE-23489?page=com.atlassian.jira.plugi...
]
Lukáš Valach commented on JBIDE-23489:
--------------------------------------
It is not enought just to change the destination, because in that case the Tycho/p2
director is not aware of pluings which are already installed from RPM, so the p2 director
will install all the dependencies e.q. eclipse.core etc.
Seems that only way to get it running is to run P2 director from inside of target
platform. (/opt/rh/rh-eclipse46/root/lib64/eclipse/eclipse -application
org.eclipse.equinox.p2.director ...) but tycho doesn't offer this feature.
I have opened the discussion on tycho-users mailing list, I will wait for a while for
responses.
I guess that the possible solution may be to fix the p2 director or to add possibility to
run external p2 director from Tycho.
Find out how to run mvn clean verify
-Dtest.installBase=path/to/devstudio/rpm
------------------------------------------------------------------------------
Key: JBIDE-23489
URL:
https://issues.jboss.org/browse/JBIDE-23489
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.4.2.AM3
Reporter: Pavol Srna
Assignee: Lukáš Valach
Fix For: 4.5.0.AM1
Attachments: FreeMarket_rhscl_enabled.log,
Freemarker_testRuntime_p2Installed.log
We need to find a way how to run automated tests agains devstudio rpm.
I've tried the following paths:
1) (as root) mvn clean verify
-Dtest.installBase=/opt/rh/rh-eclipse46/root/usr/shareclipse/droplets/devstudio/eclipse/
2) (as hudson) mvn clean verify
-Dtest.installBase=~/.eclipse/org.eclipse.platform_283378046_linux_gtk_x86_64
But none of the above works.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)