Links
TrackStudio Enterprise 3.5
Building TrackStudio from Source

The following 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.2.x

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

> ant "-Dinstall4j.home=C:\Program Files\install4j" sa sa-win

To build the Standalone distribution package for UNIX, execute the following command:

> ant "-Dinstall4j.home=C:\Program Files\install4j" sa sa-unix

To build the WAR distribution package, execute the following command:

> ant wardist

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