Stefan Egli created SLING-3615:
----------------------------------
Summary: it tests in tooling/ide/eclipse-test fail on MacOS due to
missing (default) JRE
Key: SLING-3615
URL: https://issues.apache.org/jira/browse/SLING-3615
Project: Sling
Issue Type: Bug
Components: IDE
Reporter: Stefan Egli
Fix For: Sling Eclipse IDE 1.0.0
As a follow-up of SLING-3564: I'm still getting it failures:
{code}
Failed tests:
deployBundleOnServer_localInstall(org.apache.sling.ide.test.impl.BundleDeploymentTest):
Unexpected status call for http://localhost:56252/simple-servlet (expected
200, got 404)
deployBundleOnServer_jarredInstall(org.apache.sling.ide.test.impl.BundleDeploymentTest):
Unexpected status call for http://localhost:56252/simple-servlet (expected
200, got 404)
wildCardHeaderIsIgnored(org.apache.sling.ide.test.impl.ServiceComponentHeaderValidatorTest):
manifestNotUnderOutputDirectoryIsIgnored(org.apache.sling.ide.test.impl.ServiceComponentHeaderValidatorTest):
missingDescriptorIsReported(org.apache.sling.ide.test.impl.ServiceComponentHeaderValidatorTest):
presentDescriptorIsNotReported(org.apache.sling.ide.test.impl.ServiceComponentHeaderValidatorTest):
{code}
The problem can be narrowed down to the fact that the eclipse launched by
tycho-surefire-plugin does not have a default JRE configured. It complains that:
{code}
Unbound classpath container: 'Default System Library' in project
'test-project-1'
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)