brekke 02/03/17 12:45:58
Modified: src/templates/build build-test.xml
Log:
When generating the xdoc for the unit test report for the documention, we
we're forcing the tests to run. Removing this dependency and the task
to generate the xdoc for the unit tests will just process the reports in
the test-reports directory. This way the build will still fail with a failing
test, but the unit test report can still be generated with the rest of the
documention.
Revision Changes Path
1.14 +1 -2 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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- build-test.xml 16 Mar 2002 05:12:25 -0000 1.13
+++ build-test.xml 17 Mar 2002 20:45:58 -0000 1.14
@@ -81,8 +81,7 @@
<!-- ================================================================== -->
<target
- name="junit-xml"
- depends="run-tests">
+ name="junit-xml">
<taskdef
name="dvsl"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>