JDK-6884957 : AutoUpdate checker should create PluginVersion.h if it does not exist
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 6u18
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2009-09-23
  • Updated: 2013-06-04
  • Resolved: 2009-11-18
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 6 JDK 7
6u18 b05Fixed 7Fixed
Description
Some of the source files for jucheck.exe rely on PluginVersion.h.  This file is created during build of the regutils folder, however for an au-all build regutils would NOT be built and so would result in a build error.  Since jucheck depends on that file, it should be included as a build target.

Comments
EVALUATION This can be done easily by adding $(VERSION_DEST) to the prerequisites of one of the major targets in the checker Makefile.
01-10-2009

EVALUATION A PluginVersion.h target should be added to jupdate Makefile (copied from regutils Makefile) so PluginVersion.h will be created if it does not exist.
23-09-2009