|
From: Bill B. <pat...@us...> - 2003-01-18 06:01:08
|
User: patriot1burke
Date: 03/01/17 22:00:33
Modified: . build.xml
Log:
full field interception intra class and inter class testing
Revision Changes Path
1.213 +3 -4 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- build.xml 17 Jan 2003 09:32:55 -0000 1.212
+++ build.xml 18 Jan 2003 06:00:31 -0000 1.213
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.212 2003/01/17 09:32:55 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.213 2003/01/18 06:00:31 patriot1burke Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -2160,8 +2160,7 @@
<jar jarfile="${build.lib}/aoptest.aop"
manifest="${build.etc}/manifest.mf">
<fileset dir="${build.classes}">
- <include name="org/jboss/test/aop/bean/POJO.class"/>
- <include name="org/jboss/test/aop/bean/POJOChild.class"/>
+ <include name="org/jboss/test/aop/bean/POJO*.class"/>
<include name="org/jboss/test/aop/bean/SimpleInterceptor.class"/>
<include name="org/jboss/test/aop/bean/SimpleInterceptorFactory.class"/>
</fileset>
@@ -4212,7 +4211,7 @@
| name in -Dtest=dirname in tests/dirname/test/**TestCase.class
-->
- <target name="test" depends="maybejars" if="test"
+ <target name="test" depends="init" if="test"
description="Execute a single test.">
<mkdir dir="${build.reports}"/>
<mkdir dir="${build.log}"/>
|