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"/>