From 03f98ac40f996cf00c4f8be1a415f50b05f5fe45 Mon Sep 17 00:00:00 2001 From: Simon Kitching Date: Tue, 5 Jul 2005 09:52:57 +0000 Subject: [PATCH] Update the test.pathable target. Note that the optional ant junit task is now used in this file - see comments at head of file for details. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@209252 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 81 +++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 70 insertions(+), 11 deletions(-) diff --git a/build.xml b/build.xml index f698b81..6257ec4 100644 --- a/build.xml +++ b/build.xml @@ -16,13 +16,22 @@ --> - - - + - Ant build file for commons-logging. + - + - Note that this build file uses the optional task. While the + - task "adapter" class comes by default with ant 1.6+, the junit libraries + - (3.8.1 or later) are also required to be made available to ant. This + - requires that you do one of the following: + - * create directory ~/.ant/lib and place the junit jar there + - * put the junit jar in $ANT_HOME/lib + - * run ant as "ant -lib path-to-junit-jar" + - * put the junit jar in $CLASSPATH + - + - $Id$ + --> + + @@ -582,15 +591,65 @@ limitations under the License.-->'> + + + + - - - - + + + + + + + - + + + + + + + + + + + +