Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2005 02:37:07 -0500 (EST)
From:      parv@pair.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   java/76084: java/jdk14-doc - Patch - Download URL change for j2sdk-1_4_2-doc.zip
Message-ID:  <20050111073707.5608DB4FF@default.chvlva.adelphia.net>
Resent-Message-ID: <200501110740.j0B7eIgs080058@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         76084
>Category:       java
>Synopsis:       java/jdk14-doc - Patch - Download URL change for j2sdk-1_4_2-doc.zip
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-java
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 11 07:40:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Parv
>Release:        FreeBSD 5.3-RELEASE-p4 i386
>Organization:
>Environment:

>Description:

There is a new URL to download jdk14-doc (that takes to the license
agreement) ...


http://javashoplm.sun.com/ECom/docs/Welcome.jsp?SiteId=JSC&TransactionId=noreg&Store
Id=22&PartDetailId=7502-j2sdk-1.4.2-doc-oth-JPR


...which seems to have replaced ...

  http://java.sun.com/webapps/download/Display?BundleId=8602


>How-To-Repeat:
>Fix:

--- Makefile.old	Fri Jan  7 20:04:16 2005
+++ Makefile	Fri Jan  7 20:09:10 2005
@@ -23,8 +23,10 @@
 JDK_VERSION=	1.4.2
 JDK_MAJOR_VER=	${JDK_VERSION:R}
 JDK_CONCAT_VER=	${JDK_MAJOR_VER:S/.//g}
-SUN_BUNDLE_ID=	8602
-DOWNLOAD_URL=	http://java.sun.com/webapps/download/Display?BundleId=${SUN_BUNDLE_ID}
+SUN_STORE_ID=	22
+SUN_PART_DETAIL_ID=	7502-j2sdk-1.4.2-doc-oth-JPR
+DOWNLOAD_URL=	  http://javashoplm.sun.com/ECom/docs/Welcome.jsp?SiteId=JSC&TransactionId=noreg&StoreId=${SUN_STORE_ID}&PartDetailId=${SUN_PART_DETAIL_ID}
+
 
 NO_BUILD=	yes
 USE_ZIP=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050111073707.5608DB4FF>