Skip to content
Snippets Groups Projects
Commit 24d3d37a authored by david_williams's avatar david_williams
Browse files

248038 We should move to Java 6 to run JUnit tests

parent 7cad5821
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@
description="Run our JUnit's within an instance of antRunner">
<property
name="test-vm"
value="${env.JAVA_5_HOME}/bin/java" />
value="${env.JAVA_6_HOME}/bin/java" />
<property
name="plugin-path"
value="${testRoot}${dropinsFolder}/eclipse/plugins" />
......@@ -175,7 +175,7 @@
failonerror="false"
timeout="${testTimeLimit}"
dir="${testRoot}/eclipse"
jvm="${env.JAVA_5_HOME}/bin/java"
jvm="${env.JAVA_6_HOME}/bin/java"
classname="org.eclipse.equinox.launcher.Main">
<classpath>
<fileset
......
......@@ -61,7 +61,7 @@
value="${junit-report-output}/raw/${classname}.xml" />
<property
name="jvm"
value="${env.JAVA_5_HOME}/bin/java" />
value="${env.JAVA_6_HOME}/bin/java" />
<dirname
file="${ant.file}"
property="currentDir" />
......@@ -109,7 +109,7 @@
message="buildLabel: ${buildLabel}" />
<echo
level="debug"
message="jvm: ${env.JAVA_5_HOME}/bin/java" />
message="jvm: ${jvm}" />
</target>
<target
name="core-test"
......@@ -177,7 +177,7 @@
failonerror="false"
timeout="${timeout}"
dir="${testRoot}/eclipse"
jvm="${env.JAVA_5_HOME}/bin/java"
jvm="${jvm}"
classname="org.eclipse.equinox.launcher.Main">
<classpath>
<fileset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment