Execute build.sh (or build.bat) which will use the local copy of ant that
is stored in the lib/ directory. It should be safe to use build.sh even if
you do have a copy of ant installed globally. If you do, however, you
may run ant standalone instead. You must read the README file in the
lib/ directory to find out the jars required to build daim.

The build.xml file also supports the clean target that will return the
directory to its original state. The javadocs target will build the API
documentation.

Any jars needed to build the application need to be placed in the lib/
directory. After that, they will automatically added to the classpath by
ant or the build.sh script.
