Changes between Version 1 and Version 2 of AppBuilding


Ignore:
Timestamp:
Dec 31, 1969, 4:35:47 PM (55 years ago)
Author:
Kevin Milner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppBuilding

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