TrackStudio 3.0 Documentation
Building

This topic describes building TrackStudio from the source code.

If you have purchased TrackStudio Enterprise with the source code, you can build the application from it. To do this you will need: 

 

  • ant 1.5
  • JDK 1.4 or higher. Please, note that though TrackStudio Enterprise can work under JDK 1.3.1, you need JDK 1.4 to build it.

 

To build the Standalone distribution with JRE, execute the following command:

> ant  sadist-jre

To build the Standalone distribution without JRE, execute the following command:

> ant  sadist

To build the WAR distribution, execute the following command:

> ant wardist

To speed up the process of building, you can use jikes, for example:

ant -Dbuild.compiler=jikes sadist-jre

If you experience any problems in process in building the application, please, contact us.

You are here: Open API > Building
Copyright (c) 2002-2004. TrackStudio, Ltd. All rights reserved.