[jboss-svn-commits] JBL Code SVN: r37685 - 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 06:01:05 EDT 2011
Author: tomjenkinson
Date: 2011-10-28 06:01:05 -0400 (Fri, 28 Oct 2011)
New Revision: 37685
Modified:
labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa/run-tests.xml
Log:
pick up the jars for the branch
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 09:51:49 UTC (rev 37684)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/qa/run-tests.xml 2011-10-28 10:01:05 UTC (rev 37685)
@@ -37,8 +37,7 @@
-->
<project name="QA Tests for JBossTS" default="junit" basedir=".">
<!-- set this property to the location of a JBossTS core build -->
- <property name="org.jboss.jbossts.qa.ts.home" location="dist"/>
- <property name="narayana.version" value="5.0.0.M2-SNAPSHOT"/>
+ <property name="org.jboss.jbossts.qa.ts.home" location="../install"/>
<property name="working.dir" location="build"/>
<!-- handy utility space where you can copy one or more test groups if you want to run something ad-hoc -->
<target name="scratch">
@@ -332,14 +331,14 @@
Hence we need JBossTS in the classpath for the framework, even though it does not get run there.
On the up side, you get better diagnostic messages and code management/navigation in IDEs.
-->
- <pathelement location="ext/junit.jar"/>
+ <pathelement location="../build/extlib/junit.jar"/>
<fileset dir="tests/build">
<include name="jbossts-*-qa.jar"/>
</fileset>
- <fileset dir="${org.jboss.jbossts.qa.ts.home}/narayana-full-${narayana.version}/lib">
+ <fileset dir="${org.jboss.jbossts.qa.ts.home}/lib">
<include name="*.jar"/>
</fileset>
- <fileset dir="${org.jboss.jbossts.qa.ts.home}/narayana-full-${narayana.version}/lib/ext">
+ <fileset dir="${org.jboss.jbossts.qa.ts.home}/lib/ext">
<include name="*.jar"/>
<include name="*.zip"/>
</fileset>
@@ -348,7 +347,7 @@
<include name="jts_tests.jar"/>
</fileset>
-->
- <pathelement location="${org.jboss.jbossts.qa.ts.home}/narayana-full-${narayana.version}/etc"/>
+ <pathelement location="${org.jboss.jbossts.qa.ts.home}/etc"/>
</classpath>
<formatter type="plain"/>
<test name="org.jboss.jbossts.qa.junit.testgroup.TestGroup_@{tests}"/>
@@ -362,7 +361,7 @@
<!-- directory that contains emma.jar and emma_ant.jar: -->
<path id="emma.lib">
<pathelement location="../ext/emma.jar"/>
- <pathelement location="ext/emma_ant.jar"/>
+ <pathelement location="../build/extlib/emma_ant.jar"/>
</path>
<taskdef resource="emma_ant.properties" classpathref="emma.lib"/>
<target name="emmareport">
More information about the jboss-svn-commits
mailing list