SF 3505940 missing JacobVersion.properties in 1.17-M1 (and 1.16) somehow dropped from the build, maybe eclipse ant?
This commit is contained in:
14
build.xml
14
build.xml
@@ -13,18 +13,18 @@
|
|||||||
The build proces defined in this build.xml file does not support
|
The build proces defined in this build.xml file does not support
|
||||||
|
|
||||||
YOU MUST define a file named compilation_tools.properties!
|
YOU MUST define a file named compilation_tools.properties!
|
||||||
The file for MS Visual C++ 8.0 building 32 and 64 bit
|
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 builds) looks something like:
|
(releases up to 1.11 only supported 32 bit builds) looks something like:
|
||||||
|
|
||||||
JDK=c:\\dev\\jdk1.5.0_18
|
JDK=c\:\\Program Files (x86)\\java\\jdk1.5.0_22
|
||||||
MSDEV_DIR=c:\\Program Files\\Microsoft Visual Studio 8\\VC
|
MSDEV_DIR=c\:\\Program Files (x86)\\Microsoft Visual Studio 8\\VC
|
||||||
MSDEV_IDE_DIR=c:\\Program Files\\Microsoft Visual Studio 8\\Common7\\IDE
|
MSDEV_IDE_DIR=c\:\\Program Files (x86)\\Microsoft Visual Studio 8\\Common7\\IDE
|
||||||
version=1.15-M1
|
version=1.17-M2
|
||||||
|
|
||||||
DO NOT check compilation_tools.properties into source control as the
|
DO NOT check compilation_tools.properties into source control as the
|
||||||
values are specific to YOUR environment.
|
values are specific to YOUR environment.
|
||||||
|
|
||||||
The JacobVersion.properties file is now completely autogenerated
|
The JacobVersion.properties file is now completely autogenerated.
|
||||||
|
|
||||||
====================================================================== -->
|
====================================================================== -->
|
||||||
<project name="jacob" default="default" basedir=".">
|
<project name="jacob" default="default" basedir=".">
|
||||||
|
|||||||
@@ -14,9 +14,13 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td colspan="2"><b>Bugs</b></td>
|
<td colspan="2"><b>Bugs</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td width="13%" valign="top">3505940</td>
|
||||||
|
<td width="87%" valign="top">(M2)JacobVersion.properties accidently omitted from JAR. Must build from command line to get it included.</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td width="13%" valign="top">3436102</td>
|
<td width="13%" valign="top">3436102</td>
|
||||||
<td width="87%" valign="top">Fix memory pointer that was 32 bit. Causes defects in 64 bit systems above 2GB</td>
|
<td width="87%" valign="top">(M1)Fix memory pointer that was 32 bit. Causes defects in 64 bit systems above 2GB</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td width="13%" valign="top"> </td>
|
<td width="13%" valign="top"> </td>
|
||||||
|
|||||||
Reference in New Issue
Block a user