Links
TrackStudio Enterprise 3.1
Building TrackStudio from Source

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.6.2
  • JDK 1.4.2 or higher.
  • Optional: Install4j 3.1.x

To build the Standalone distribution for Windows, execute the following command:

> ant sa
> ant "-Dinstall4j.lib=C:\Program Files\install4j\bin\install4j.jar" sa-win

To build the Standalone distribution for Linux, execute the following command:

> ant sa
> ant "-Dinstall4j.lib=C:\Program Files\install4j\bin\install4j.jar" sa-linux

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 sa

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

Copyright (c) 2002-2005. All rights reserved.