|
From: Scott M S. <st...@us...> - 2004-03-12 06:01:13
|
User: starksm
Date: 04/03/11 21:34:04
Modified: . Tag: Branch_3_2 build.xml
Log:
Exclude the cache tests from compilation until the missing
classes are added
Revision Changes Path
No revision
No revision
1.165.2.144 +3 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.143
retrieving revision 1.165.2.144
diff -u -r1.165.2.143 -r1.165.2.144
--- build.xml 12 Mar 2004 05:25:14 -0000 1.165.2.143
+++ build.xml 12 Mar 2004 05:34:03 -0000 1.165.2.144
@@ -15,7 +15,7 @@
<!-- -->
<!-- ============================================================ -->
-<!-- $Id: build.xml,v 1.165.2.143 2004/03/12 05:25:14 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.144 2004/03/12 05:34:03 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -1087,7 +1087,7 @@
<src path="${build.gen-src}"/>
<classpath refid="tests.classpath"/>
<include name="${javac.includes}"/>
- <exclude name="${javac.excludes}"/>
+ <exclude name="org/jboss/test/cache/**"/>
</javac>
</target>
@@ -4818,6 +4818,7 @@
<exclude name="**/test/naming/test/Security*"/>
<exclude name="**/test/security/test/*"/>
<exclude name="**/test/securitymgr/test/*"/>
+ <exclude name="**/test/jmx/test/Secure*
<!-- Takes way too long, needs to be fixed to handle timeouts -->
<!--
|