please publish info how you build your Debian/Ubuntu package
Added by Felix Zielcke over 5 years ago
It would be nice if you somehow tell us how you make the deb package, i.e. which build dependencies and versions of it you use.
I just failed to compile Open eCard myself on Debian buster which ships only with openjdk 11
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project wsdef-common: Compilation failure: Compilation failure:
[ERROR] /usr/src/open-ecard.git/wsdef/wsdef-common/src/main/java/org/openecard/ws/marshal/WSMarshaller.java:[27,21] error: package javax.xml.bind does not exist
[ERROR] /usr/src/open-ecard.git/wsdef/wsdef-common/src/main/java/org/openecard/ws/marshal/WSMarshaller.java:[112,8] error: cannot find symbol
[ERROR] symbol: class JAXBElement
[ERROR] location: interface WSMarshaller
Full build log attached.