Installing
Downloading ClickUnit
Note
TODO
Downloading the necessary dependencies
ClickUnit requires the following libraries:
To download the necessary libraries simply type the following command in the ClickUnit directory:
ant getLibs
Configureing
Create a build.properties file in the ClickUnit directory. A sample file named build.properties.sample is provided.
Deploying
To deploy ClickUnit simply run the following command, if your web-container provides a managment interface:
ant install
If your web-container does not provide a managment interface, then you must deploy the contents of the build directory manually after compileing the application. To compile ClickUnit just run the following command:ant