Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2005 13:47:52 +0300
From:      Panagiotis Astithas <past@ebs.gr>
To:        jonc@chen.org.nz
Cc:        freebsd-java@freebsd.org
Subject:   JBoss ports do not respect the user's JAVA_VERSION
Message-ID:  <433BC658.7000808@ebs.gr>

next in thread | raw e-mail | index | archive | help
The jboss ports build along the jboss3ctl (or jboss4ctl) and hardcode in 
it the JAVA_HOME it uses during the build. This makes it impossible to 
change the jdk afterwards without rebuilding.

Unfortunately, it seems that you cannot build jboss3/4 with jdk15, when 
you also have jdk14 installed. This is caused by the port specifying the 
java version like this:

JAVA_VERSION=   1.4+

I have modified this to:

JAVA_VERSION?=  1.4+

Actually grepping through the java category shows that almost all 
java-dependent ports, behave like that. Shouldn't we make a sweep and 
fix them all?


Panagiotis



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