[jboss-svn-commits] JBL Code SVN: r37686 - labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Oct 28 11:45:18 EDT 2011
Author: tomjenkinson
Date: 2011-10-28 11:45:18 -0400 (Fri, 28 Oct 2011)
New Revision: 37686
Modified:
labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa/TaskImpl.properties
labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa/run-tests.xml
Log:
Corrected issue with checksum
Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa/TaskImpl.properties
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa/TaskImpl.properties 2011-10-28 10:01:05 UTC (rev 37685)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa/TaskImpl.properties 2011-10-28 15:45:18 UTC (rev 37686)
@@ -15,7 +15,7 @@
# Location of the JVM to use. Should usually be jdk6. Tweak according to your machine.
# Note: the version in svn should have the right value for the hudson server - don't check in you own!
#
-COMMAND_LINE_0=/qa/tools/opt/jdk1.6.0_11/bin/java
+COMMAND_LINE_0=java
# use this form to inherit the java version used by ant:
#COMMAND_LINE_0=${java.home}${file.separator}bin${file.separator}java
#COMMAND_LINE_0=/usr/local/jdk1.6.0_24/bin/java
Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa/run-tests.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa/run-tests.xml 2011-10-28 10:01:05 UTC (rev 37685)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa/run-tests.xml 2011-10-28 15:45:18 UTC (rev 37686)
@@ -33,7 +33,7 @@
ant -f run-tests.xml junit junit-jdbc
Paths are relative to the JVM's working dir - don't expect to be able to execute this from anywhere but 'qa'.
-
+
-->
<project name="QA Tests for JBossTS" default="junit" basedir=".">
<!-- set this property to the location of a JBossTS core build -->
More information about the jboss-svn-commits
mailing list