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 filePatch | File delta | Description |
---|---|---|
01_xjavac_taskdef.patch | (download) |
build.xml |
8 4 4 - 0 ! |
--- |
02_build_dont_unzip.patch | (download) |
build.xml |
7 4 3 - 0 ! |
--- |
03_bootclasspath.patch | (download) |
build.xml |
9 5 4 - 0 ! |
--- |
04_manifest_classpath.patch | (download) |
src/manifest.xerces |
1 1 0 - 0 ! |
--- |
java10.patch | (download) |
build.xml |
41 20 21 - 0 ! |
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 ! |
getcontentdocument Fix FTBFS with Java10 due to missing method getContentDocument. |