Building Commons Documentation Team

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".