Building Hitch

1. Be sure you have Maven 2 installed and configured.
2. Checkout the latest trunk version of hitch. You can use the following command line:

svn co http://www.silvermindsoftware.com/svn/hitch/trunk hitch

3. cd into the hitch directory and run the following from the command line:

mvn clean install

4. This will compile the hitch-api module and hitch-example code.

Generate Hitch Javadoc

1. If you wish to generate javadoc execute the following from the command line:

mvn site

2. You will find the javadoc in the target/site/apidocs/