Menu

Building_DPR

Allan Cunliffe Terry O'Neill Michael Carden Kirti Chennareddy

This page contains instructions on building the DPR from the DPR and Xena source code.

From the command-line:

1. Go to the dpr-source directory:

cd <path to the dpr-source directory>;

2. Change directory to xena:

cd xena

3. Enter:

git checkout xena-6.1.0

Then to build DPR:

1. Go to the dpr-source directory:

cd <path to the dpr-source directory>;

2. Change directory to dpr:

cd dpr

3. Enter:

ant dist

Result: Ant will run the default build command contained within the build.xml file. This will compile the source code and build the dprclient.jar, the xena.jar and Xena plugins. When the process has finished successfully, BUILD SUCCESSFUL is displayed in the command-line interface window.

The dprclient.jar and xena.jar can be found in the dpr/dist directory. The JAR files for each of the Xena plug-ins are in the dpr/dist/plugins directory.


Related

Wiki: Main_Page

Auth0 Logo