Re: Problem using mh_make on ice4j

2018-07-18 Thread Emmanuel Bourg
Hi Samuel, Change the packaging from 'bundle' to 'jar' in pom.xml before running mh_make, this will help. You can revert to bundle afterward and enable the maven-bundle-plugin if you want to generate OSGi metadata for this library. Emmanuel Bourg

Re: Problem using mh_make on ice4j

2018-07-18 Thread Ingo Bauersachs
Hey, Sorry for top-posting html. Before you package ice4j itself, please check the required dependencies. As far as I know, there are still quite a few missing in Debian. Among them the rather (license-) complicated jsip (Java SIP and SDP processing). As a replacement, Daniel Pocock and I star

Re: Problem using mh_make on ice4j

2018-07-17 Thread Samuel Henrique
On Tue, 17 Jul 2018 at 19:28, Eugene Simakin wrote: > Sorry, I didn't manage to make it. > > But I see where is the problem. > The problem is here: > > In pom.xml: This plugin cannot be found in the Debian Maven repository. > Ignore this plugin? org.apache.felix:maven-bundle-plugin:maven-plugin:

Re: Problem using mh_make on ice4j

2018-07-17 Thread Eugene Simakin
Sorry, I didn't manage to make it. But I see where is the problem.The problem is here:In pom.xml: This plugin cannot be found in the Debian Maven repository. Ignore this plugin?  org.apache.felix:maven-bundle-plugin:maven-plugin:null[y/N] > yYou can't ignore that maven plugin because it actually ma

Re: Problem using mh_make on ice4j

2018-07-17 Thread Samuel Henrique
Hello, On Tue, 17 Jul 2018 at 18:30, Eugene Simakin wrote: > Hi, > > I can't reproduce it. Which version of maven do you use? > I'm running testing (building with sbuild on sid). I run dh_make on the host system (testing), which has: > maven 3.5.3-1 > maven-debi

Re: Problem using mh_make on ice4j

2018-07-17 Thread Eugene Simakin
Hi, I can't reproduce it. Which version of maven do you use? Eugene S18.07.2018, 00:00, "Samuel Henrique" :Hello, I'm trying to package ice4j[0], a depedency of zaproxy[1].I'm not experienced in Java build systems, so i can't properly understand and fix the problem:I've tried to init the package wi