JDK-4763779 : Need to check javaws bootdir during control build sanity target
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2002-10-16
  • Updated: 2002-11-19
  • Resolved: 2002-11-19
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
1.4.2 mantisFixed
Description
When run as part of a control workspace build, the Java Web Start sanity check
does not check to make sure that the JAVAWS_BOOTDIR / ALT_JAVAWS_BOOTDIR JREs
are valid.  We need to check this.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mantis FIXED IN: mantis INTEGRATED IN: mantis mantis-b08
31-08-2004

EVALUATION Fixing for Mantis. ###@###.### 2002-10-16
16-10-2002

SUGGESTED FIX ------- Sanity.gmk ------- *** /tmp/geta6266 Wed Oct 16 10:28:54 2002 --- /tmp/getb6266 Wed Oct 16 10:28:54 2002 *************** *** 91,97 **** sanity:: sanity-javaws-all post-sanity sanity-javaws-all:: $(OUTPUTDIR) $(TMPDIR) pre-sanity settings insane ! alt_outputdir outputdir sanity-javaws sanity-javaws:: # sanity-javaws:: signcode cabarc --- 91,97 ---- sanity:: sanity-javaws-all post-sanity sanity-javaws-all:: $(OUTPUTDIR) $(TMPDIR) pre-sanity settings insane ! alt_outputdir outputdir alt_bootdir bootdir sanity-javaws sanity-javaws:: # sanity-javaws:: signcode cabarc ###@###.### 2002-10-16
16-10-2002