Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 177069 - jaxp 1.4 won't build with java 1.4
Summary: jaxp 1.4 won't build with java 1.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-04 17:55 UTC by Jon Severinsson
Modified: 2007-05-04 18:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Severinsson 2007-05-04 17:55:34 UTC
JAXP_14_FCS.class (the distfile for jaxp-1.4) has class version version 49.0, which isn't supported in java 1.4. Thus DEPEND should be >=virtual/jdk-1.5, not >=virtual/jdk-1.4. RDEPEND may stay as >=virtual/jre-1.4

Reproducible: Always

Steps to Reproduce:
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2007-05-04 18:12:52 UTC
Innovative way to package stuff, in a .class file, I must say...

I would suggest repackaging it to something sane and put on mirrors, however...
"This project contains the sources for the JAXP Project  at java.Net. Access to the sources are under the conditions of the Common Development and Distribution License (CDDL)."

But... running the .class file you have to accept sun-bcla license. What the hell.
Comment 2 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2007-05-04 18:19:41 UTC
I'd say grab it from the CVS, at least there's CDDL included :)
Comment 3 Krzysztof Pawlik (RETIRED) gentoo-dev 2007-05-04 18:22:41 UTC
Raised both JDK and JRE to 1.5 as only jax-rpc needs jaxp (and jax-rpc has already 1.5 as (R)DEPEND).