Skip to content

Setting Up The Project

jholleran edited this page Feb 1, 2013 · 6 revisions

Information on how to set up and run the project

Requirements

Running the tool

Java Runtime/JDK 1.6 or higher

Compiling the tool

JDK 1.6 or higher

Maven installed using JDK 1.6

Build Application

After the code has been downloaded to your local machine run the following command in project root directory:

mvn clean install

To build all and get JUnit, JavaDoc and Coverage reports run the following:

mvn clean install surefire-report:report javadoc:javadoc cobertura:cobertura

This will create an izpack installer in the target directory called cluster-client-installer.jar. Double click on this file and follow the instructions to install the application.

Clone this wiki locally