Bug 81008 - xml-commons-1.0-beta2-r1 (for Java 1.5)
Bug#: 81008 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: java@gentoo.org Reported By: egore@gmx.de
Component: Development
URL: 
Summary: xml-commons-1.0-beta2-r1 (for Java 1.5)
Keywords:  
Status Whiteboard: 
Opened: 2005-02-06 11:05 0000
Description:   Opened: 2005-02-06 11:05 0000
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 From Christoph Brill (egore) 2005-02-06 11:06:37 0000 -------
Created an attachment (id=50548) [details]
dev-java/xml-commons-1.0_beta2-r1

The ebuild (only adds an epatch)

------- Comment #2 From Christoph Brill (egore) 2005-02-06 11:07:29 0000 -------
Created an attachment (id=50549) [details]
xml-commons-java-1.5.patch

The necessary patch (does not break downwards compatibility from what I can
tell)

------- Comment #3 From Jan Brinkmann (RETIRED) 2005-02-06 11:49:53 0000 -------
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.