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:
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.