From b1311a218cc96942241873061825aa02ad4cc4ae Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Thu, 29 Jan 2009 17:51:26 +0000 Subject: [PATCH] formatting; fix junitreport by enabling XML formatter; parameterize junit forking git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@738939 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 107 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 55 insertions(+), 52 deletions(-) diff --git a/build.xml b/build.xml index 09600dff1..7dbada354 100644 --- a/build.xml +++ b/build.xml @@ -112,6 +112,7 @@ limitations under the License. + @@ -307,19 +308,20 @@ limitations under the License. description="Run unit tests" /> - - - - - - - - + + + + + + + + + @@ -337,8 +339,9 @@ limitations under the License. + - + @@ -348,15 +351,17 @@ limitations under the License. + + - - - - - - + + + + + + @@ -369,25 +374,24 @@ limitations under the License. - + - - - - - - - - - - - + + + + + + + + + + @@ -401,7 +405,7 @@ limitations under the License. - + @@ -420,17 +424,17 @@ limitations under the License. + destdir="${build.docs}" + packagenames="${component.package}.*" + access="${javadoc.access}" + author="true" + version="true" + use="true" + link="${javadoc.links}" + overview="${source.java}/org/apache/commons/collections/overview.html" + doctitle="${component.title} ${component.version} API;" + windowtitle="${component.title} ${component.version} API" + bottom="Copyright © 2001-${year} Apache Software Foundation. All Rights Reserved."> @@ -475,10 +479,10 @@ limitations under the License. + destdir="${tf.build.tf}" + debug="true" + deprecation="false" + optimize="false"> @@ -565,8 +569,7 @@ limitations under the License. - - +