diff --git a/build.xml b/build.xml
index 31c94c4..a409066 100644
--- a/build.xml
+++ b/build.xml
@@ -16,10 +16,10 @@
The file for MS Visual C++ 8.0 building 32 and 64 bit
(releases up to 1.11 only supported 32 builds) looks something like:
- JDK=d:\\jdk1.5.0_11
- MSDEV_DIR=d:\\apps\\Microsoft Visual Studio 8\\VC
- MSDEV_IDE_DIR=d:\\apps\\Microsoft Visual Studio 8\\Common7\\IDE
- version=1.14-M1
+ JDK=c:\\dev\\jdk1.5.0_15
+ MSDEV_DIR=c:\\dev\\Microsoft Visual Studio 8\\VC
+ MSDEV_IDE_DIR=c:\\dev\\Microsoft Visual Studio 8\\Common7\\IDE
+ version=1.14.1
DO NOT check compilation_tools.properties into source control as the
values are specific to YOUR environment.
@@ -126,39 +126,26 @@
This module used to rely on that. Now it just checks to see if we have
the right compilers.
================================================================== -->
-
jacob-project/release/java+Problem: compilation_tools.properties does not have the correct location for the Microsoft tools.
+
+Problem: compilation_tools.properties configured incorrectly. Either +paths are wrong or the separator is wrong. It requires two backslashes for a separator.
+
+ -Djava.library.path=c:/jacob/release/x86 + -Dcom.jacob.autogc=false + -Dcom.jacob.debug=false + -Xcheck:jni +
JUnit test programs can be individually run from inside eclipse or en-masse
via the ant test target.
-Last Modified 7/2007 1.13M3
+Last Modified 4/2008 1.15