Package: libxerces2-java / 2.12.0-1

Metadata

Package Version Patches format
libxerces2-java 2.12.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_xjavac_taskdef.patch | (download)

build.xml | 8 4 4 - 0 !
1 file changed, 4 insertions( ), 4 deletions(-)

---
02_build_dont_unzip.patch | (download)

build.xml | 7 4 3 - 0 !
1 file changed, 4 insertions( ), 3 deletions(-)

---
03_bootclasspath.patch | (download)

build.xml | 9 5 4 - 0 !
1 file changed, 5 insertions( ), 4 deletions(-)

---
04_manifest_classpath.patch | (download)

src/manifest.xerces | 1 1 0 - 0 !
1 file changed, 1 insertion( )

---
java10.patch | (download)

build.xml | 41 20 21 - 0 !
1 file changed, 20 insertions( ), 21 deletions(-)

 java10

Fix FTBFS with Java 9 and Java 10 because the bootclasspath option was removed
upstream and -Xbootclasspath/a is the only valid option at the moment.

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893346
getContentDocument.patch | (download)

src/org/apache/html/dom/HTMLFrameElementImpl.java | 7 7 0 - 0 !
src/org/apache/html/dom/HTMLIFrameElementImpl.java | 5 5 0 - 0 !
src/org/apache/html/dom/HTMLObjectElementImpl.java | 5 5 0 - 0 !
3 files changed, 17 insertions( )

 getcontentdocument

Fix FTBFS with Java10 due to missing method getContentDocument.