|
From: Adrian B. <ej...@us...> - 2003-06-04 18:46:48
|
User: ejort
Date: 03/06/04 11:46:47
Modified: . Tag: Branch_3_0 build.xml
Log:
Avoid the build when running the objectweb tests
Revision Changes Path
No revision
No revision
1.106.2.73 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.106.2.72
retrieving revision 1.106.2.73
diff -u -r1.106.2.72 -r1.106.2.73
--- build.xml 21 May 2003 20:40:54 -0000 1.106.2.72
+++ build.xml 4 Jun 2003 18:46:45 -0000 1.106.2.73
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.106.2.72 2003/05/21 20:40:54 ejort Exp $ -->
+<!-- $Id: build.xml,v 1.106.2.73 2003/06/04 18:46:45 ejort Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -4030,7 +4030,7 @@
<!--
| Run the JORAM JMS testsuite against JBossMQ
-->
- <target name="tests-objectweb-jms" depends="compile-classes, compile-resources">
+ <target name="tests-objectweb-jms" depends="maybejars">
<mkdir dir="${build.reports}"/>
<mkdir dir="${build.testlog}"/>
<junit dir="${module.output}"
|