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