JDK-7162937 : JDK installer does not build after changeset for 6831192
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 8
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2012-04-19
  • Updated: 2013-09-12
  • Resolved: 2012-06-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8 b38Fixed
Related Reports
Relates :  
Description
The JDK installer cannot be built with source from JDK 8 DS forest changeset for 6831192 !

c:/ds/build/windows-i586/tmp/wrapper-jdkforcombo/obj\wrapper_ja.rc(30) : error RC2104 : undefined keyword or key name: IDS_IN_PROGRESS_CAPTION

gnumake[9]: *** [c:/ds/build/windows-i586/tmp/wrapper-jdkforcombo/obj/wrapper.res] Error 1
gnumake[9]: Leaving directory `C:/ds/install/make/installer/bundles/windows/ishield/wrapper/wrapper.jdk'

Developer's final DS builds should include building the JDK.

Comments
EVALUATION Add following into make/installer/bundles/windows/ishield/wrapper/wrapper.jdk/resource.h #define IDS_IN_PROGRESS_CAPTION 119 #define IDS_IN_PROGRESS 120
20-04-2012