diff --git a/build.xml b/build.xml index 4518f73..f714a92 100644 --- a/build.xml +++ b/build.xml @@ -1,41 +1,41 @@ @@ -92,6 +92,8 @@ + + diff --git a/docs/BuildingJacobFromSource.html b/docs/BuildingJacobFromSource.html index 97a54be..98e6a5e 100644 --- a/docs/BuildingJacobFromSource.html +++ b/docs/BuildingJacobFromSource.html @@ -25,14 +25,14 @@ The Servlet examples that required j2ee libraries to compile have temporarily been removed.

Development Environment

-The simplest build environment involves MS Visual C++ 6.0, Eclipse 3.1 and JDK 1.4. +The simplest build environment involves MS Visual C++ 6.0, Eclipse 3.2 and JDK 1.4. In that situation, you would just create the compilation_tools.properties -using the example build.xml as a template. All of the releases, up through 1.11, +using the example build.xml as a template. All of the releases, up through 1.12, were built using Visual C++ 6.0.
  • Microsoft Visual C++ 6.0 and it's included library. (to D:\apps in my case)
  • Eclipse 3.1 or later from www.eclipse.org. -
  • Java JDK 1.4 (this was built using 1.4.2.09) +
  • Java JDK 1.4 (this was built using 1.4.2.13)

64 bit builds are supported with release 1.11. Tools required for 64 bit builds @@ -47,7 +47,7 @@ include:

  • Eclipse 3.1 or later from www.eclipse.org. -
  • Java JDK 1.4 (this was built using 1.4.2.09) +
  • Java JDK 1.4 (this was built using 1.4.2.13) Compilation using JDK 1.5 has not been tested