java/76084: java/jdk14-doc - Patch - Download URL change for j2sdk-1_4_2-doc.zip

parv at pair.com parv at pair.com
Mon Jan 10 23:40:18 PST 2005


>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:


More information about the freebsd-java mailing list