-
Bug
-
Resolution: Fixed
-
P1
-
1.4.1
-
hopper
-
generic
-
generic
-
Verified
Several plugin files have "140" hardcoded into them.
For example:
cp: D:\jdk1.4.1\control\build\win32\tmp\plugin\Release\stub\NPJPI141.dll: The
system cannot find the file specified.
cp: D:\jdk1.4.1\control\build\win32\tmp\plugin\bin\plugincpl141.cpl: The system cannot find the file specified.
So the makefiles are correctly looking for *141.* to do the copies, etc, but elsewhere, the files are created with *140.*.
These files should be updated to 1.4.1 for Hopper asap, because it is breaking the build. It would be best if they used the version variables given in make/common/defs.gmk
Several installer files also have 1.4.0 hard coded into them. They are as follows:
make/ishield/jdk/jdk.ipr
make/ishield/jdk/publicjre/copyjre.ipr
make/ishield/jdk/publicjre/setup.rul
make/ishield/jdk/publicjre/setup.iss
make/ishield/jdk/string_tables/0009-English/value.shl
make/ishield/jre/jrescript.h
make/ishield/jre/setupjre.rul
make/ishield/jre/jre12.pfw
make/ishield/jre/setup.iss
make/ishield/jre/default_international.mda
make/ishield/jre/jre_english.ipr
make/ishield/jre/jre_international.ipr
make/ishield/jre/string_tables/0009-English/value.shl
They also need to be updated for the hopper build.
###@###.### 2002-02-04
For example:
cp: D:\jdk1.4.1\control\build\win32\tmp\plugin\Release\stub\NPJPI141.dll: The
system cannot find the file specified.
cp: D:\jdk1.4.1\control\build\win32\tmp\plugin\bin\plugincpl141.cpl: The system cannot find the file specified.
So the makefiles are correctly looking for *141.* to do the copies, etc, but elsewhere, the files are created with *140.*.
These files should be updated to 1.4.1 for Hopper asap, because it is breaking the build. It would be best if they used the version variables given in make/common/defs.gmk
Several installer files also have 1.4.0 hard coded into them. They are as follows:
make/ishield/jdk/jdk.ipr
make/ishield/jdk/publicjre/copyjre.ipr
make/ishield/jdk/publicjre/setup.rul
make/ishield/jdk/publicjre/setup.iss
make/ishield/jdk/string_tables/0009-English/value.shl
make/ishield/jre/jrescript.h
make/ishield/jre/setupjre.rul
make/ishield/jre/jre12.pfw
make/ishield/jre/setup.iss
make/ishield/jre/default_international.mda
make/ishield/jre/jre_english.ipr
make/ishield/jre/jre_international.ipr
make/ishield/jre/string_tables/0009-English/value.shl
They also need to be updated for the hopper build.
###@###.### 2002-02-04
- duplicates
-
JDK-4638843 updating plugin source to new release is problematic
-
- Closed
-