Building the client
This document outlines how to build the Java client API from the CVS sources.
Step by step instructions
Instructions |
- Install and configure Maven
- Download and install the latest Maven 1.1.x release. Be sure to configure your proxy settings if neccesary, as Maven will download all the required dependencies from the internet.
- Check out the latest Nxqd sources
- Follow the instructions here to download the latest sources from the CVS repository.
- Build the jar files
- Run the following Maven command to generate the jar file :
maven -Dmaven.test.skip=true jar
- If you would like to run the JUnit test suite, pass the following properties to Maven :
-Dnxqd.host=nxqd.host.com (default=localhost)
-Dnxqd.port=8080 (default=8080)
|