Re: Backporting bnd: cannot find symbol: public java.util.Spliterator spliterator()

2016-07-11 Thread Emmanuel Bourg
On 07/11/2016 05:13 PM, Andreas Tille wrote: > BUILD FAILED > /build/bnd-2.4.1/debian/bootstrap.xml:33: taskdef class > org.codehaus.groovy.ant.Groovyc cannot be found > using the classloader AntClassLoader[] This is another issue, this error is a consequence of the Groovy 2 transition. You jus

Re: Backporting bnd: cannot find symbol: public java.util.Spliterator spliterator()

2016-07-11 Thread Andreas Tille
Hi Emmanuel, On Mon, Jul 11, 2016 at 12:24:09PM +0200, Emmanuel Bourg wrote: > > Spliterator is a Java 8 class, we should update the build dependencies > of the package. For the backport you can either use openjdk-8-jdk I somehow imagined this and tried with openjdk-8-jdk but this results in way

Re: Backporting bnd: cannot find symbol: public java.util.Spliterator spliterator()

2016-07-11 Thread Emmanuel Bourg
Le 11/07/2016 à 12:01, Andreas Tille a écrit : > Any hints? Hi Andreas, Spliterator is a Java 8 class, we should update the build dependencies of the package. For the backport you can either use openjdk-8-jdk or remove the spliterator() method from this class. Emmanuel Bourg

Backporting bnd: cannot find symbol: public java.util.Spliterator spliterator()

2016-07-11 Thread Andreas Tille
Hi, I tried to backport bnd to Jessie. When I build the package under Jessie I'm running into: bootstrap: [mkdir] Created dir: /build/bnd-2.4.1/bootstrap/build [javac] /build/bnd-2.4.1/debian/bootstrap.xml:15: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=la

Re: Packaging a maven project for Debian

2016-07-11 Thread Emmanuel Bourg
Le 8/07/2016 à 17:54, Guillaume Lederrey a écrit : > I'm probably missing something obvious. Could anyone point me in the > right direction? Hi Guillaume, Once the debian/* files are generated by mh_make you can build the package with 'debuild'. mvn-debian is never used, you can forget about thi