From 5aee7075e7c2abf17f23719cc2f553552fc5550c Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Sun, 22 Jan 2006 10:05:01 +0000 Subject: [PATCH] Add page that replaces the JUnit report, explaining that Maven cannot run the JCL unit tests. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@371253 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/junit-report.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 xdocs/junit-report.xml diff --git a/xdocs/junit-report.xml b/xdocs/junit-report.xml new file mode 100644 index 0000000..257812a --- /dev/null +++ b/xdocs/junit-report.xml @@ -0,0 +1,38 @@ + + + + + + JUnit Test Results + Commons Documentation Team + + + + +
+

+ The Jakarta Commons Logging test cases make extensive use of + sophisticated classloader configurations in order to simulate the + behaviour of various containers. It is difficult to run these tests + under Maven (which is used to generate the website). Once JCL is + upgraded to Maven 2 it is hoped that we will be able to display a report + on the unit tests. +

+
+ + +