← Back to team overview

openjdk team mailing list archive

[Bug 264808] Re: Package does not work with JDK 5

 

The current Tomcat 6 packages require "default-jre-headless |
java6-runtime headless" so having it bytecoded for 1.6 is not a bug...
I'll file a "support for 1.5" wishlist bug though, because it would
still be nice to have.

** Also affects: libcommons-collections3-java (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: libcommons-collections3-java (Ubuntu Intrepid)
     Assignee: (unassigned) => Thierry Carrez (tcarrez)
       Status: New => In Progress

** Changed in: tomcat5.5 (Ubuntu Intrepid)
     Assignee: (unassigned) => Thierry Carrez (tcarrez)
       Status: New => In Progress

** Changed in: tomcat6 (Ubuntu Intrepid)
       Status: New => Won't Fix

** Changed in: tomcat6 (Ubuntu)
       Status: New => Won't Fix

-- 
Package does not work with JDK 5
https://bugs.launchpad.net/bugs/264808
You received this bug notification because you are a member of OpenJDK,
which is subscribed to java-access-bridge in ubuntu.

Status in “ant” source package in Ubuntu: Confirmed
Status in “antlr” source package in Ubuntu: In Progress
Status in “commons-daemon” source package in Ubuntu: In Progress
Status in “java-access-bridge” source package in Ubuntu: New
Status in “libcommons-collections3-java” source package in Ubuntu: In Progress
Status in “libjaxp1.3-java” source package in Ubuntu: New
Status in “libxerces2-java” source package in Ubuntu: Fix Released
Status in “rhino” source package in Ubuntu: New
Status in “tomcat5.5” source package in Ubuntu: In Progress
Status in “tomcat6” source package in Ubuntu: Won't Fix
Status in ant in Ubuntu Intrepid: Confirmed
Status in antlr in Ubuntu Intrepid: In Progress
Status in commons-daemon in Ubuntu Intrepid: In Progress
Status in java-access-bridge in Ubuntu Intrepid: New
Status in libcommons-collections3-java in Ubuntu Intrepid: In Progress
Status in libjaxp1.3-java in Ubuntu Intrepid: New
Status in libxerces2-java in Ubuntu Intrepid: Fix Released
Status in rhino in Ubuntu Intrepid: New
Status in tomcat5.5 in Ubuntu Intrepid: In Progress
Status in tomcat6 in Ubuntu Intrepid: Won't Fix

Bug description:
Binary package hint: ant

It reports wrong class format when used with JDK 5. It looks like it was compiled with JDK 6 without javac param -source 1.5 (which implies -target 1.5). It applies to latest ant version in intrepid. Not sure if it is bug or by design. Anyway it is not possible now to build app using JDK 5 with packaged ant so I had to download original upstream binary.