clickstream - Download Clickstream

Released Versions

The following versions of Clickstream are currently available.

The dependency commons-logging.jar can be downloaded at http://jakarta.apache.org/commons/logging/, under 'Releases'.

CVS Access

The Clickstream project is hosted at http://clickstream.dev.java.net. You can browse the CVS tree here. Instructions for checking the code out of CVS are available here.

Building

To build Clickstream from the sources, you must have the Java SDK version 1.3 or above, and Jakarta Ant version 1.5 or above.

To build the Clickstream binaries, change to the clickstream directory, and type:

ant

If there are any errors, try clearing your classpath and retry.

Upon completion, a directory called dist should have been created which contains clickstream-{version}.jar, clickstream-{version}.war (example web application) and clickstream-{version}-sources.zip.

Other build targets include:

ant war
Builds the sample web-app (dist/clickstream-{version}.war).
ant docs
Builds the API JavaDoc and copies the documentation (dist/docs/).