The Phex Build Process

for Phex 0.8


System Requirements

To build Phex you need to have a the following Products installed:
Additionally Phex uses the following Java librarys which need to be available during the build process. All these librarys can be found in the Phex CVS under /phex/thirdparty

The Build Process

The directory /phex/build contains the build files for the ANT build process. The main build file that is used to start the build process is /phex/build/build.xml. You can start the default target buildAll of build process from the Phex home directory with the call:
ant -buildfile build\build.xml
. To start different targets call:
ant -buildfile build\build.xml <target-name>

The Build Targets

The /phex/build/build.xml file contains 7 main build targets. They can be used to build different parts of the Phex build:
Java is a trademark of Sun Microsystems, Inc.
Copyright © 2001 - 2006 Phex Development Group. All rights reserved.