= Application Building = ''This page describes how to build single applications. For official release and nightly build information/procedures, see BuildProcess'' OpenSHA uses [http://ant.apache.org/ Apache Ant] to automate the build process. All ant build scripts are located in the [source:trunk/ant ant] directory. Here are some of the important files: * [source:trunk/ant/build.xml 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.