|
From: Bill B. <pat...@us...> - 2003-06-20 22:34:17
|
User: patriot1burke
Date: 03/06/20 15:34:17
Modified: . build.xml
Log:
added per-method, field, and constructor pointcuts
expanded metatag pointcuts so that you can specify attribute as well.
Revision Changes Path
1.273 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -r1.272 -r1.273
--- build.xml 16 Jun 2003 02:01:43 -0000 1.272
+++ build.xml 20 Jun 2003 22:34:17 -0000 1.273
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.272 2003/06/16 02:01:43 d_jencks Exp $ -->
+<!-- $Id: build.xml,v 1.273 2003/06/20 22:34:17 patriot1burke Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -4806,7 +4806,7 @@
<target name="aop-test" depends="init"
description="Execute a single test.">
<echo message="executing aop standalone test"/>
- <mkdir dir="${build.reports}"/>
+ <mkdir dir="${buildvo.reports}"/>
<mkdir dir="${build.log}"/>
<!-- Remove the test.log so each run has a fresh log -->
<delete file="${build.log}/test.log" />
|