Building
========

Build
-----

1. ant fetch

   (Downloads library dependencies.  Requires Internet connectivity.  Only
   needs to be done once, or after running the Ant "distclean" target.)

2. ant build


Build Test Cases
----------------

1. ant build-test


Build Application JAR
---------------------

1. ant jar


Build Binaries
--------------

1. ant bin


Build Helper Binaries
---------------------

1. ant libexec


Build Unix Manual Pages
-----------------------

1. ant man


Clean a Build
-------------

1. ant clean


"Distclean" a Build
-------------------

1. ant distclean

   (Same as "clean" target, but also removes files downloaded or extracted by
   "fetch" target.)
