From e2a337f1892ada6cbbefa91a221d143645608db8 Mon Sep 17 00:00:00 2001 From: clay_shooter Date: Wed, 25 Apr 2012 01:13:09 +0000 Subject: [PATCH] SF 3505940 missing JacobVersion.properties in 1.17-M1 (and 1.16) somehow dropped from the build, maybe eclipse ant? --- build.xml | 14 +++++++------- docs/ReleaseNotes.html | 6 +++++- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/build.xml b/build.xml index 61457d5..b2755d4 100644 --- a/build.xml +++ b/build.xml @@ -13,18 +13,18 @@ The build proces defined in this build.xml file does not support YOU MUST define a file named compilation_tools.properties! - 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: + The file for MS Visual C++ 8.0 building 32 and 64 bit (installed on windows 7 64 bit) + (releases up to 1.11 only supported 32 bit builds) looks something like: - JDK=c:\\dev\\jdk1.5.0_18 - MSDEV_DIR=c:\\Program Files\\Microsoft Visual Studio 8\\VC - MSDEV_IDE_DIR=c:\\Program Files\\Microsoft Visual Studio 8\\Common7\\IDE - version=1.15-M1 + JDK=c\:\\Program Files (x86)\\java\\jdk1.5.0_22 + MSDEV_DIR=c\:\\Program Files (x86)\\Microsoft Visual Studio 8\\VC + MSDEV_IDE_DIR=c\:\\Program Files (x86)\\Microsoft Visual Studio 8\\Common7\\IDE + version=1.17-M2 DO NOT check compilation_tools.properties into source control as the values are specific to YOUR environment. - The JacobVersion.properties file is now completely autogenerated + The JacobVersion.properties file is now completely autogenerated. ====================================================================== --> diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e4ab0c3..5949b39 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -14,9 +14,13 @@ Bugs + + 3505940 + (M2)JacobVersion.properties accidently omitted from JAR. Must build from command line to get it included. + 3436102 - Fix memory pointer that was 32 bit. Causes defects in 64 bit systems above 2GB + (M1)Fix memory pointer that was 32 bit. Causes defects in 64 bit systems above 2GB