Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2072730 | 5.0 | William Harnois | P3 | Closed | Fixed | tiger |
As it now stands, there are hardcoded 1.4.2's in the installer ISString.idt tables. These have to be updated for every release, and the only way to do it is to go through the IDE and export the string tables, etc. This is very time consuming, and not desirable.
I have found that if you replace the 1.4.2's with [ProductVersion], it will automatically use the Property value of ProductVersion in the string. The ProductVersion property is automatically generated during the build from Defs.gmk. Therefore, we will not need to update the ISString.idt tables for versions anymore
###@###.### 2003-07-30
I have found that if you replace the 1.4.2's with [ProductVersion], it will automatically use the Property value of ProductVersion in the string. The ProductVersion property is automatically generated during the build from Defs.gmk. Therefore, we will not need to update the ISString.idt tables for versions anymore
###@###.### 2003-07-30
- backported by
-
JDK-2072730 ISString.idt shouldn't need to be updated for every release
-
- Closed
-