[Debian-med-packaging] Bug#874155: FTBFS with Java 9: overrides core packages

Emmanuel Bourg ebourg at apache.org
Mon Mar 12 21:42:50 UTC 2018


Control: tag -1 + patch
Control: tag -1 - help

The org.xml.sax classes should be removed from the package. Until that
happens, the build failure can be solved with this patch:

--- a/build.xml
+++ b/build.xml
@@ -4,7 +4,7 @@
     </target>
     <target name="compile">
         <mkdir dir="build/classes"/>
-        <javac srcdir="src" destdir="build/classes"/>
+        <javac srcdir="src" destdir="build/classes" source="1.8" target="1.8"/>
     </target>
     <target name="jar">
         <mkdir dir="build/jar"/>



More information about the Debian-med-packaging mailing list