Execute the make script with the buildAll target from the root directory of the project source. When the building process finishes, the project binaries will be in output/twe-[version]-[release] folder.
Possible build targets for the make script are:
make help - Displays Help screen make buildAll - Builds and configures TWE with documentation make buildNoDoc - Builds and configures TWE without documentation make buildDoc - Builds documentation only make debug - Builds TWE JAR files with included debug information make install - Installs and configures TWE into directory defined by parameter install.dir in build.properties file. This parameter can be set by using command: configure -instdir PATH_TO_DIR. It should be called only after make buildAll target is executed! make clean - Removes the output and distribution folder (in order to start a new compilation from scratch) make distributions - Builds and configures TWE with all documentations and creates distribution package