Bug 54445

Summary: /usr/ports/java/jboss3 requires Java >= 1.3 (not Java >= 1.2)
Product: Ports & Packages Reporter: pieterb <pieterb>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: pieterb
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description pieterb 2003-07-13 17:50:11 UTC
When Java is not installed the port /usr/ports/java/jboss3 installs the 
Java 1.2 SDK, which doesn't work with jboss 3.2.1

http://www.jboss.org/index.html?module=html&op=userdisplay&id=downloads
clearly states JBoss 3.2 and earlier will run on 1.3+ JVMs. JBoss
4.0 requires 1.4+ JVMs

Example:
# cd /usr/ports/java/jboss3
# make
...
===>   jboss-3.2.1 depends on file: /usr/local/jdk1.2.2/bin/java - not found
===>    Verifying install for /usr/local/jdk1.2.2/bin/java in
/usr/ports/java/jdk12
===>  Extracting for jdk-1.2.2p11

Fix: 

change the Makefile of the port /usr/ports/java/jboss3 

-USE_JAVA=       1.2+
+USE_JAVA=       1.3+
How-To-Repeat: See above
Comment 1 Maho Nakata freebsd_committer freebsd_triage 2003-07-21 06:52:08 UTC
State Changed
From-To: open->closed

Your submission is  
Sun Jul 13 09:50:11 PDT 2003 namely, 
Sun Jul 13 16:50:11 UTC 2003 
however, it has fixed by des at: 
Mon Jul 14 10:03:13 2003 UTC 
des might not notice your pr...sorry. 
Anyway, thanks for your submission.