Remove duplicate ant section and change primary build system to maven as suggested by Sebb

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH@647515 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Niall Kegan Pemberton 2008-04-13 00:45:12 +00:00
parent bc0620d951
commit 2acfde1ecb
1 changed files with 3 additions and 18 deletions

View File

@ -24,30 +24,15 @@ limitations under the License.
<!-- ================================================== -->
<section name="Building Commons Collections">
<p>
Commons Collections uses <a href="http://ant.apache.org">Ant</a> as its
primary build system, however <a href="http://maven.apache.org">Maven</a>
is used for site generation.
Commons Collections uses <a href="http://maven.apache.org">Maven 2</a> as its
primary build system, however an <a href="http://ant.apache.org">Ant</a>
build is also available.
</p>
<p>
You may also be interested in the <a href="release_3_2_1.html">v3.2.1 release notes</a>.
</p>
</section>
<!-- ================================================== -->
<section name="Ant Goals">
<p>
To build a jar file, change into Collection's root directory and run "ant jar".
The result will be in the "build" subdirectory.
</p>
<p>
All tests can be run with "ant test".
A single test can be run with "ant -Dtestcase=org.apache.commons.collections.TestXxx test".
</p>
<p>
To build the Javadocs, run "ant javadoc".
The result will be in "build/docs/apidocs".
</p>
</section>
<!-- ================================================== -->
<section name="Maven 2 Goals">
<p>
The following <strong><i>Maven 2</i></strong> commands can be used to build collections: