Robert Munteanu created SLING-2551:
--------------------------------------
Summary: JarExecutor should obey JAVA_HOME
Key: SLING-2551
URL: https://issues.apache.org/jira/browse/SLING-2551
Project: Sling
Issue Type: Improvement
Components: Testing
Reporter: Robert Munteanu
Priority: Minor
o.a.s.testing.tools.jarexec.JarExecutor only takes the OS into account when
building the path to the java executable.
In my case, 'java' points to Java 7 and Sling does not start yet on Java 7, so
I launch the Maven build with the JAVA_HOME set to a Java 6 SDK, but the
JarExecutor does not obey that and the integration tests fail to run.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira