[jboss-svn-commits] JBL Code SVN: r37413 - labs/jbosstm/trunk/qa.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Aug 15 06:54:26 EDT 2011
Author: tomjenkinson
Date: 2011-08-15 06:54:26 -0400 (Mon, 15 Aug 2011)
New Revision: 37413
Modified:
labs/jbosstm/trunk/qa/TaskImpl.properties
labs/jbosstm/trunk/qa/build.xml
Log:
updated to be able to delete the old test output
Modified: labs/jbosstm/trunk/qa/TaskImpl.properties
===================================================================
--- labs/jbosstm/trunk/qa/TaskImpl.properties 2011-08-15 10:47:30 UTC (rev 37412)
+++ labs/jbosstm/trunk/qa/TaskImpl.properties 2011-08-15 10:54:26 UTC (rev 37413)
@@ -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=/usr/lib/jvm/jre-1.6.0-openjdk.x86_64/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/trunk/qa/build.xml
===================================================================
--- labs/jbosstm/trunk/qa/build.xml 2011-08-15 10:47:30 UTC (rev 37412)
+++ labs/jbosstm/trunk/qa/build.xml 2011-08-15 10:54:26 UTC (rev 37413)
@@ -81,6 +81,11 @@
<delete dir="testoutput"/>
<delete dir="${org.jboss.jbossts.qa.dist.buildroot}"/>
<delete dir="${org.jboss.jbossts.qa.ts.home}"/>
+ <delete file="transaction.log"/>
+ <delete >
+ <fileset dir="." includes="TEST-*.txt"/>
+ </delete>
+
<!-- always use jts regardless of build type, as we may not be able to
determine the build type at clean time and jts should have the superset -->
<ant dir="tests" antfile="build-jts.xml" target="clean"/>
More information about the jboss-svn-commits
mailing list