Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81008 - xml-commons-1.0-beta2-r1 (for Java 1.5)
Summary: xml-commons-1.0-beta2-r1 (for Java 1.5)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-06 11:05 UTC by Christoph Brill (egore) (RESIGNED)
Modified: 2005-02-06 11:49 UTC (History)
0 users

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


Attachments
dev-java/xml-commons-1.0_beta2-r1 (xml-commons-1.0_beta2-r1.ebuild,1.24 KB, text/plain)
2005-02-06 11:06 UTC, Christoph Brill (egore) (RESIGNED)
Details
xml-commons-java-1.5.patch (xml-commons-java-1.5.patch,11.63 KB, patch)
2005-02-06 11:07 UTC, Christoph Brill (egore) (RESIGNED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Brill (egore) (RESIGNED) 2005-02-06 11:05:43 UTC
I ran into some issues with compiling xml-commons with java 1.5. So I made the same changes that have been done to xml-commons-resolver (see bug #78352 for details).

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Christoph Brill (egore) (RESIGNED) 2005-02-06 11:06:37 UTC
Created attachment 50548 [details]
dev-java/xml-commons-1.0_beta2-r1

The ebuild (only adds an epatch)
Comment 2 Christoph Brill (egore) (RESIGNED) 2005-02-06 11:07:29 UTC
Created attachment 50549 [details, diff]
xml-commons-java-1.5.patch

The necessary patch (does not break downwards compatibility from what I can
tell)
Comment 3 Jan Brinkmann (RETIRED) gentoo-dev 2005-02-06 11:49:53 UTC
it's much easier to patch the buildfile and add source and target attributes to the javac nodes. i've done this, thanks a lot for your effort.