brekke 02/03/17 21:15:47
Modified: src/templates/build build-test.xml
Log:
No need to delete the test report directory since we want it to be around for doc
processing. The maven:clean target
is cleaning it out.
Revision Changes Path
1.15 +0 -1 jakarta-turbine-maven/src/templates/build/build-test.xml
Index: build-test.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-test.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build-test.xml 17 Mar 2002 20:45:58 -0000 1.14
+++ build-test.xml 18 Mar 2002 05:15:47 -0000 1.15
@@ -57,7 +57,6 @@
Running all JUnit tests
</echo>
- <delete dir="${test.reportsDirectory}"/>
<mkdir dir="${test.reportsDirectory}"/>
<junit printSummary="yes" failureProperty="test.failure">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>