Re: Help needed to port beast2-mcmc to Java 9

2018-04-09 Thread Andreas Tille
On Fri, Apr 06, 2018 at 01:50:39PM +0200, Emmanuel Bourg wrote: > Le 06/04/2018 à 13:45, Andreas Tille a écrit : > > > [javac] error: package org.fest.util does not exist > > fest-util.jar? Better, but not solved: ... compile-all: [echo] Building BEAST 2 [mkdir] Created dir: /buil

Re: Help needed to port beast2-mcmc to Java 9

2018-04-06 Thread Emmanuel Bourg
Le 06/04/2018 à 13:45, Andreas Tille a écrit : > [javac] error: package org.fest.util does not exist fest-util.jar?

Re: Help needed to port beast2-mcmc to Java 9

2018-04-06 Thread Andreas Tille
Hi Emmanuel, On Fri, Apr 06, 2018 at 10:25:07AM +0200, Emmanuel Bourg wrote: > > error: package org.antlr.v4.runtime.dfa does not exist > > I think you have to add antlr4-runtime.jar to the classpath. That's way better now. The remaining issues are: [javac] Compiling 468 source files

Re: Help needed to port beast2-mcmc to Java 9

2018-04-06 Thread Emmanuel Bourg
Hi Andreas, Le 06/04/2018 à 09:35, Andreas Tille a écrit : > error: package org.antlr.v4.runtime.dfa does not exist I think you have to add antlr4-runtime.jar to the classpath. Emmanuel Bourg

Help needed to port beast2-mcmc to Java 9

2018-04-06 Thread Andreas Tille
Control: tags -1 help Hi, I have pushed the latest upstream version including the proposed fix of the Build-Depends to default-jdk to Git[1]. Unfortunately when trying to build the package I get lots of errors, starting with: ... [javac] /build/beast2-mcmc-2.4.8+dfsg/src/beast/util/XMLPars