From a60c74f75ff887f13e12a5bd6edac24cc47f60fb Mon Sep 17 00:00:00 2001
From: Stephen Colebourne
+ Commons Collections uses Ant as its
+ primary build system, however Maven
+ is used for site generation.
+
+ To build a jar file, change into Collection's root directory and run "ant jar".
+ The result will be in the "build" subdirectory.
+
+ To build the Javadocs, run "ant javadoc".
+ The result will be in "build/docs/apidocs".
+
+ To build the Javadocs, change into Collection's root directory and run "maven javadoc".
+ The result will be in "target/docs/apidocs".
+
+ To build the full website, run "maven site".
+ The result will be in "target/docs".
+
+ Jakarta Commons Collections is hosted on the Apache
+ subversion repository.
+
+ The project URL is:
+ The best way to view the repository is via the
+ subversion viewer.
+
+ The alternative is to use the
+ native subversion display.
+
+ Commons Collections uses ASF Bugzilla for tracking issues.
+ To use Bugzilla you may need to create an account.
+
+ If you would like to report a bug, or raise an enhancement request with
+ Commons Collections please do the following:
+
+ http://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk
+
+
+
+ Please also remember these points: +
+ You may also find these links useful: +
+ + + + +