vmassol 2002/08/25 09:54:00
Modified: framework Tag: CACTUS_14_BRANCH build.xml
Log:
allow for any extension for aspects
Revision Changes Path
No revision
No revision
1.22.2.3 +3 -3 jakarta-cactus/framework/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/framework/build.xml,v
retrieving revision 1.22.2.2
retrieving revision 1.22.2.3
diff -u -r1.22.2.2 -r1.22.2.3
--- build.xml 25 Aug 2002 14:53:37 -0000 1.22.2.2
+++ build.xml 25 Aug 2002 16:54:00 -0000 1.22.2.3
@@ -252,7 +252,7 @@
<mkdir dir="${clover.db.dir}"/>
<property name="clover.excludes"
-
value="**/*Aspect.aj,**/Test*.java,**/Mock*.java,**/AssertUtils.java,**/ClientCookie.java"/>
+
value="**/*Aspect.*,**/Test*.java,**/Mock*.java,**/AssertUtils.java,**/ClientCookie.java"/>
</target>
@@ -310,7 +310,7 @@
<!-- We exclude the Logging Aspect as it adds 2 new methods for
each method to log and thus leads to flawed test coverage
statistics -->
- <exclude name="**/LogAspect.aj"/>
+ <exclude name="**/LogAspect.*"/>
<classpath refid="project.class.path"/>
</ajc>
@@ -608,7 +608,7 @@
<fileset dir="${src.java.dir}">
<include name="**/*.java"/>
- <exclude name="**/*Aspect.aj"/>
+ <exclude name="**/*Aspect.*"/>
</fileset>
<fileset dir="${src.test.dir}">
<include name="**/*.java"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>