Le 20/09/2018 à 08:48, Andreas Tille a écrit : > I get > > ... > All input files are considered out-of-date for incremental task > ':compileJava'. > Compiling with Java command line compiler 'java'. > Starting process 'command 'java''. Working directory: > /build/libsis-jhdf5-java-18.09.0-pre1+dfsg Command: java -cp > /usr/share/java/ecj.jar org.eclipse.jdt.internal.compiler.batch.Main -nowarn > @/build/libsis-jhd > Successfully started process 'command 'java'' > ---------- > 1. ERROR in > /build/libsis-jhdf5-java-18.09.0-pre1+dfsg/source/java/ch/systemsx/cisd/hdf5/hdf5lib/HDFHelper.java > (at line 35) > import com.sun.xml.bind.v2.runtime.Name; > ^^^^^^^^^^^^^^^^ > The import com.sun.xml.bind cannot be resolved
Somehow jaxb is not on the compilation classpath. I'm not familiar enough with the jhdf5 build to spot the error. Maybe you have to add the jar in libs/prod or libs/build? (the jar files in these directories should be removed btw). Emmanuel Bourg