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.-->'> + + + + - - - - + + + + + + + - + + + + + + + + + + + +