wiki:AppBuilding

Version 2 (modified by Kevin Milner, 54 years ago) (diff)

--

Application Building

This page describes how to build single applications. For official release and nightly build information/procedures, see BuildProcess

OpenSHA uses Apache Ant to automate the build process.

All ant build scripts are located in the ant directory. Here are some of the important files:

  • build.xml - Common build functions, including project building (building the entire project in your working directory, not creating jars) are loacted in this file. This file is also used by other build files to avoid duplication.