JDK-6258681 : install ws should not build base-bundles when it is an update release
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: generic
  • Submitted: 2005-04-20
  • Updated: 2013-06-04
  • Resolved: 2005-06-20
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.
Other JDK 6
5.0u4Fixed 6 b36Fixed
Description
During an update release, we are currently building both patch and base bundles.  However a base bundle is not a supported installer, and will never be installed or used.  Therefore, we shouldn't even build it.  By now building we save a lot of time during the install build, and we save confusion for everyone know does not know what a base vs patch installer is.

So if the JDK_UPDATE_VERSION is set (6.0u1), it should only build the -p bundles.  If the JDK_UPDATE_VERSION is not set (6.0), it should only build the regular bundles.
###@###.### 2005-04-20 20:26:57 GMT

Comments
SUGGESTED FIX see SR ###@###.### 2005-04-25 18:29:17 GMT
25-04-2005

EVALUATION This should be a trival Makefile change. ###@###.### 2005-04-20 20:38:37 GMT
20-04-2005