From ed4281ba024237d8af34a1d10cae5f36b92eb683 Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Wed, 4 Jul 2007 21:29:56 +0000 Subject: [PATCH] A first shot at an Ant script for running the tests using the classes that were built by Maven. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@553337 13f79535-47bb-0310-9956-ffa450edef68 --- build-testing.xml | 336 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 336 insertions(+) create mode 100644 build-testing.xml diff --git a/build-testing.xml b/build-testing.xml new file mode 100644 index 0000000..a363c3b --- /dev/null +++ b/build-testing.xml @@ -0,0 +1,336 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Log4j12: ${log4j12.jar} + + + LogKit: ${logkit.jar} + Avalon-Framework: ${avalon-framework.jar} + + + + + + + + + + + + + + + + + + + + + + + + *** WARNING *** + Log4J 1.2.x Jar not found: Cannot execute 1.2.x tests + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + One or more unit tests failed. + + + +