Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2002 22:25:33 +0200 (CEST)
From:      Ernst de Haan <znerd@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        java@freebsd.org
Subject:   Java SDK (JDK) installation directories should be unified
Message-ID:  <200208072025.g77KPXi04699@localhost.jollem.com>

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

>Submitter-Id:	current-users
>Originator:	Ernst de Haan
>Organization:	FreeBSD
>Confidential:	no 
>Synopsis:	Java SDK (JDK) installation directories should be unified
>Severity:	non-critical
>Priority:	low
>Category:	ports
>Class:		change-request
>Release:	FreeBSD 4.5-RELEASE i386
>Environment:
System: FreeBSD heinz 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Sat Mar 2 13:27:29 CET 2002 root@heinz:/usr/src/sys/compile/HEINZ i386
>Description:
Currently, the JDK port directories have been unified, but the JDK
installation directories have not:

$ grep ^_JAVA_HOME_ /usr/ports/Mk/bsd.java.mk
_JAVA_HOME_FREEBSD_1_1=         ${LOCALBASE}/jdk1.1.8
_JAVA_HOME_FREEBSD_1_2=         ${LOCALBASE}/jdk1.2.2
_JAVA_HOME_FREEBSD_1_3=         ${LOCALBASE}/jdk1.3.1
_JAVA_HOME_BLACKDOWN_LINUX_1_2= ${LOCALBASE}/linux-jdk1.2.2
_JAVA_HOME_SUN_LINUX_1_2=       ${LOCALBASE}/linux-sun-jdk1.2.2.012
_JAVA_HOME_BLACKDOWN_LINUX_1_3= ${LOCALBASE}/linux-blackdown-jdk1.3.1
_JAVA_HOME_IBM_LINUX_1_3=       ${LOCALBASE}/linux-ibm-jdk1.3.1
_JAVA_HOME_SUN_LINUX_1_3=       ${LOCALBASE}/linux-jdk1.3.1
_JAVA_HOME_SUN_LINUX_1_4=       ${LOCALBASE}/linux-jdk1.4.0
$

Suggested change:

Blackdown (Linux) 1.2 ==> linux-blackdown-jdk1.2.2
Sun (Linux) 1.3       ==> linux-sun-jdk1.3.1
Sun (Linux) 1.4       ==> linux-sun-jdk1.4.0

Also, it seems a bit odd that the Sun (Linux) JDK 1.2 installation directory
includes '.012' at the end. That should be removed from the installation
directory. So additionally:

Sun (Linux) 1.2       ==> linux-sun-jdk1.2.2

I will make these changes if noone objects against them.

I'm putting this in GNATS for several reasons:
* My plan is clear to the outside world, if people object or are in favor,
  then I will probably hear so (at least in the first case :> )
* It helps me manage my FreeBSD time :)
* Now we have a history
>How-To-Repeat:
>Fix:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




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