Building the client

This document outlines how to build the Java client API from the CVS sources.

Step by step instructions

Instructions
  1. 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.
  2. Check out the latest Nxqd sources
    • Follow the instructions here to download the latest sources from the CVS repository.
  3. 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)