clickstream - Download Clickstream
Released Versions
The following versions of Clickstream are currently available.
- Clickstream 1.0.3 - blank war | full zip (with sources) | jar file only - December 7th, 2004
- Clickstream 1.0.2 - blank war | full zip (with sources) | jar file only - April 12th, 2004
- Clickstream 1.0.1 - blank war | full zip (with sources) | jar file only - November 21th, 2003
- Clickstream 1.0 - blank war | full zip (with sources) | jar file only - November 20th, 2003
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/).
