[
https://issues.jboss.org/browse/JBTIS-1103?page=com.atlassian.jira.plugin...
]
Andrej Podhradsky commented on JBTIS-1103:
------------------------------------------
In fact, the issue is not due to JBDS-4343 but the problem is that the IDE is executed in
a profile which doesn't allow any installation.
{code}
org.eclipse.equinox.p2.core.ProvisionException: Current Eclipse instance does not support
software installation.
at
org.jboss.tools.central.installation.InstallationChecker.<init>(InstallationChecker.java:76)
at
org.jboss.tools.central.installation.InstallationChecker.getInstance(InstallationChecker.java:84)
at
org.jboss.tools.central.installation.CentralInstallationPage.createControl(CentralInstallationPage.java:52)
{code}
So, we need to use the following settings
{code}
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<testRuntime>p2Installed</testRuntime>
<work>${test.installPath}</work>
<profileName>devstudio</profileName>
</configuration>
</plugin>
{code}
SAP tests are failing due to installation timeout
-------------------------------------------------
Key: JBTIS-1103
URL:
https://issues.jboss.org/browse/JBTIS-1103
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: Fuse IDE, QE
Affects Versions: 4.4.3.CR1
Reporter: Andrej Podhradsky
Assignee: Andrej Podhradsky
Fix For: 4.4.3.CR1
SAP tests are failing due to installation timeout.
There is an issue with the new Eclipse where all installations take toooo long. See
JBDS-4343
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)