Fork of args4j (Was: Usage of private interface H5private.h in libsis-jhdf5-java 18.09.0-pre1)

2018-09-20 Thread Andreas Tille
Hi again, for the moment I ignored the issue of using the private interface I wrote yesterday and tried to build the Java code. Unfortunately there is another issue which is hopefully not as hard to solve. In your download tarball you are shipping libs/prod/cisd-args4j-9.11.2*.jar (fortuna

Re: How to replace eclipse compiler in libsis-jhdf5-java

2018-09-20 Thread Emmanuel Bourg
Le 20/09/2018 à 14:02, Andreas Tille a écrit : > +--- a/build.gradle > b/build.gradle > +@@ -3,8 +3,8 @@ apply from: 'javaproject.gradle' > + group='sis' > + > + dependencies { > +-compile fileTree(dir: 'libs/prod', include: '*.jar') > +-testCompile fileTree(dir: 'libs/test', include

Re: How to replace eclipse compiler in libsis-jhdf5-java

2018-09-20 Thread Andreas Tille
Hi Emmanuel, On Thu, Sep 20, 2018 at 12:46:18PM +0200, Emmanuel Bourg wrote: > Le 20/09/2018 à 08:48, Andreas Tille a écrit : > > 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.

Re: How to replace eclipse compiler in libsis-jhdf5-java

2018-09-20 Thread Emmanuel Bourg
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+

Re: How to replace eclipse compiler in libsis-jhdf5-java

2018-09-20 Thread Andreas Tille
Hi again, On Wed, Sep 19, 2018 at 11:29:20PM +0200, Emmanuel Bourg wrote: > Le 19/09/2018 à 22:17, Andreas Tille a écrit : > > > isn't doing the job. How to use jaxb properly? > > Did you also change the import statement in HDFHelper.java? The package > is slightly different. com.sun.xml.intern