vmassol 2003/09/21 02:07:39
Modified: framework project.xml project.properties
Log:
Run all tests found in the test directory instead of the TestAll suite.
Revision Changes Path
1.8 +5 -4 jakarta-cactus/framework/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/framework/project.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- project.xml 21 Sep 2003 07:59:03 -0000 1.7
+++ project.xml 21 Sep 2003 09:07:39 -0000 1.8
@@ -73,14 +73,15 @@
<aspectSourceDirectory>src/java/share</aspectSourceDirectory>
<!-- Unit test cases -->
- <!-- TODO: Fix this (format is wrong I think). Also the TestAll should
- be excluded, not included -->
<unitTest>
<includes>
- <include>org/apache/cactus/TestAll.java</include>
+ <include>**/Test*.java</include>
</includes>
+ <excludes>
+ <exclude>**/Test*All.java</exclude>
+ </excludes>
</unitTest>
-
+
</build>
<reports>
1.8 +4 -1 jakarta-cactus/framework/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-cactus/framework/project.properties,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- project.properties 21 Sep 2003 08:50:04 -0000 1.7
+++ project.properties 21 Sep 2003 09:07:39 -0000 1.8
@@ -36,3 +36,6 @@
# Title to display for the javadoc report
maven.javadoc.windowtitle = ${pom.name} ${pom.currentVersion} API (J2EE
${cactus.j2ee.version.full})
+
+# Display junit execution details on screen
+maven.junit.usefile=false
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]