|
From: Ben W. <bw...@us...> - 2004-03-10 01:11:05
|
User: bwang00
Date: 04/03/09 16:45:33
Modified: . build.xml
Log:
Updated with treecache aopc
Revision Changes Path
1.345 +6 -4 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -r1.344 -r1.345
--- build.xml 10 Mar 2004 00:03:47 -0000 1.344
+++ build.xml 10 Mar 2004 00:45:32 -0000 1.345
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.344 2004/03/10 00:03:47 bwang00 Exp $ -->
+<!-- $Id: build.xml,v 1.345 2004/03/10 00:45:32 bwang00 Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -5395,10 +5395,10 @@
</target>
<target name="tests-standalone-aop-unit" depends="compile">
- <antcall target="tests-treecacheaop-unit" inheritRefs="true"/>
<!--
- <antcall target="tests-treecacheaopc-unit" inheritRefs="true"/>
+ <antcall target="tests-treecacheaop-unit" inheritRefs="true"/>
-->
+ <antcall target="tests-treecacheaopc-unit" inheritRefs="true"/>
<antcall target="tests-baseaop-unit" inheritRefs="true"/>
</target>
@@ -5417,6 +5417,7 @@
<sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
<sysproperty key="build.testlog" value="${build.testlog}"/>
<sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/>
+ <sysproperty key="jboss.aop.path" file="${source.resources}/cache/standalone/META-INF/jboss-aop.xml"/>
<classpath>
<pathelement location="${build.classes}"/>
@@ -5452,7 +5453,7 @@
<classpath refid="thirdparty.classpath"/>
<classpath path="${build.classes}"/>
<src path="${build.classes}"/>
- <include name="org/jboss/test/cache/test/standAloneAop/*AopTest*"/>
+ <include name="org/jboss/test/cache/test/standAloneAop/**"/>
<aoppath path="${source.resources}/cache/standalone/META-INF/jboss-aop.xml"/>
</aopc>
@@ -5469,6 +5470,7 @@
<sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
<sysproperty key="build.testlog" value="${build.testlog}"/>
<sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/>
+ <sysproperty key="jboss.aop.path" file="${source.resources}/cache/standalone/META-INF/jboss-aop.xml"/>
<classpath>
<pathelement location="${build.classes}"/>
|