diff --git a/docs/HowToBuild.html b/docs/HowToBuild.html index 1a596c7..c890651 100644 --- a/docs/HowToBuild.html +++ b/docs/HowToBuild.html @@ -11,51 +11,43 @@ were built using Visual C++ 6.0.
  • Java JDK 1.4 (this was built using 1.4.2.09) -

    -A more complicated set up would involve: -

    Compilation using JDK 1.5 has not been tested

    Build Process

    -This project has been converted completely from MAKE to ANT. You can -run ANT from inside of eclipse or from the command line. +The build process is based on ANT. It cannot be built using MAKE. +You can run ANT from inside of eclipse or from the command line. The ant process is driven off of a configuration file named compilation_tools.properties that describes the locations of the JDK and Microsoft C++ tools. The build.xml file in the root directory contains examples of the contents of this file.

    -Running ANT via build.xml will do the following with the default target. +There are two main ant targets.

    - -Running the "package" ANT target runs the above listed steps and then -builds the javadoc and then the zip files.

    Eclipse Java IDE

    -Eclipse users will have to do some minor tweaks to their project if they +Eclipse users have to do some minor tweaks to their project if they want to use the integrated build process. This is because the unit tests are files located in the "unittest" directory while the project source files themselves are in "src" the root directory. +By default, eclipse will add the entire project as source. This +messes up the package naming. A couple small tweaks to the build path +fix this problem.