Building JFoxMQ

Building JFoxMQ is a little different than your typical Java build because JFoxMQ uses maven to build! Fortunately, the details of this have been encapsulated in a separate build file called build-bootstrap.xml . This document details the necessary steps to successfully build JFoxMQ from source.

Before you can build JFoxMQ, you'll need to make sure you have Ant 1.5 or higher installed on your system. Don't forget to install the optional.jar included with Ant. In addition, you'll also need the JUnit unit testing framework installed. Be sure to install junit.jar in your $ANT_HOME/lib directory. Finally you need the Maven installed.