diff --git a/build.xml b/build.xml index cea71f8da..b886b95bf 100644 --- a/build.xml +++ b/build.xml @@ -277,9 +277,12 @@ - - + + + + + @@ -304,6 +307,22 @@ + + + + + + + + + + + + + + + + +

+ All tests can be run with "ant test". + A single test can be run with "ant -Dtestcase=org.apache.commons.collections.TestXxx test". +

To build the Javadocs, run "ant javadoc". The result will be in "build/docs/apidocs".