Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141963 - dev-java/jaxme-0.3.1-r1 library gets compiled as 1.5 bytecode because of non-standard buildfile names
Summary: dev-java/jaxme-0.3.1-r1 library gets compiled as 1.5 bytecode because of non-...
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-27 20:02 UTC by Bernhard Frauendienst
Modified: 2006-07-28 05:06 UTC (History)
0 users

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 Bernhard Frauendienst 2006-07-27 20:02:25 UTC
I got errors on building dom4j, because of wrong bytecode version of the jaxme library jar:

[javac] bad class file: /var/tmp/portage/dom4j-1.6.1-r1/work/dom4j-1.6.1/lib/jaxmeapi.jar(javax/xml/bind/JAXBContext.class)

Jaxme compiles fine though, btw.

I looked into the jaxme source package, and it seems it uses several build files not called build.xml but build*.xml.

Thus, my guess is, the ebuild needs a JAVA_PKG_BSFIX_NAME="build.xml buildxs.xml", or even some more build*.xml entries.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-27 20:29:49 UTC
See http://www.gentoo.org/proj/en/java/java-upgrade.xml 
Comment 2 Bernhard Frauendienst 2006-07-28 05:02:57 UTC
Works fine now, thank you.
Comment 3 Bernhard Frauendienst 2006-07-28 05:06:14 UTC
I wonder what it has to do with the upgrade guide though (which I kinda know by heart by now :P)