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