Re: mh_make full log

2018-06-27 Thread Mykola Nikishov
Geert Stappers writes: > Thing that I mis is what to modify to get > |- org.apache.felix > |: maven-bundle-plugin > |- 3.5.0 > upon: > mvn help:effective-pom -Doutput=effective-pom.xml > grep --context=1 maven-bundle-plugin effective-pom.xml > before running > mh_make > again

Re: Request for help: fop 2.2 / 2.3

2018-06-27 Thread Mathieu Malaterre
On Wed, Jun 27, 2018 at 3:24 PM Emmanuel Bourg wrote: > > Le 27/06/2018 à 15:16, Mathieu Malaterre a écrit : > > >> Are you sure libbatik-java is installed? > > > > Yes. > > > > libbatik-java: > > Installed: 1.8-4+deb9u1 > > Candidate: 1.8-4+deb9u1 > > You are on stretch? batik-all was added i

Re: Request for help: fop 2.2 / 2.3

2018-06-27 Thread Geert Stappers
On Wed, Jun 27, 2018 at 02:12:02PM +0200, Mathieu Malaterre wrote: > On Wed, Jun 27, 2018 at 1:57 PM Emmanuel Bourg wrote: > > Le 27/06/2018 à 13:31, Mathieu Malaterre a écrit : > Analysing fop/pom.xml... > Jun 27, 2018 2:10:39 PM org.debian.maven.packager.DependenciesSolver > resolveDependencies

Re: Request for help: fop 2.2 / 2.3

2018-06-27 Thread Emmanuel Bourg
Le 27/06/2018 à 15:16, Mathieu Malaterre a écrit : >> Are you sure libbatik-java is installed? > > Yes. > > libbatik-java: > Installed: 1.8-4+deb9u1 > Candidate: 1.8-4+deb9u1 You are on stretch? batik-all was added in the version 1.9. libbatik-java/1.10-1 in sid has it, but not the version

Re: Request for help: fop 2.2 / 2.3

2018-06-27 Thread Mathieu Malaterre
On Wed, Jun 27, 2018 at 3:01 PM Emmanuel Bourg wrote: > > Le 27/06/2018 à 14:09, Mathieu Malaterre a écrit : > > > Still the same: > > > > In fop-servlet/pom.xml: This dependency cannot be found in the Debian > > Maven repository. Ignore this dependency? > > org.apache.xmlgraphics:batik-all:jar:de

Re: Request for help: fop 2.2 / 2.3

2018-06-27 Thread Emmanuel Bourg
Le 27/06/2018 à 14:09, Mathieu Malaterre a écrit : > Still the same: > > In fop-servlet/pom.xml: This dependency cannot be found in the Debian > Maven repository. Ignore this dependency? > org.apache.xmlgraphics:batik-all:jar:debian Are you sure libbatik-java is installed? > This one works !

Re: mh_make full log

2018-06-27 Thread Geert Stappers
On Wed, Jun 27, 2018 at 02:33:32PM +0300, Mykola Nikishov wrote: > Geert Stappers writes: > > >> But where set "bundle version should be 3.5.0" ?? 3.5.0 is the version of maven bundle plugin being installed. > >> | $ grep --context=2 bundle $( find . -name pom.xml ) > > > > Search for 'bundle

Re: mh_make full log

2018-06-27 Thread Thorsten Glaser
On Wed, 27 Jun 2018, Mykola Nikishov wrote: > If I need to find almost anything about the project, I would never start > with grep but Maven itself because there are, at least, project “mvn dependency:tree” is rather useful, normally. bye, //mirabilos -- tarent solutions GmbH Rochusstraße 2-4,

Re: Request for help: fop 2.2 / 2.3

2018-06-27 Thread Mathieu Malaterre
On Wed, Jun 27, 2018 at 1:57 PM Emmanuel Bourg wrote: > > Le 27/06/2018 à 13:31, Mathieu Malaterre a écrit : > > > I can get a little further. 3 errors I'd like to resolve: > > > > 1. > > dpkg failed to execute successfully > > Found > > /usr/share/maven-repo/org/apache/maven/plugins/maven-war-pl

Re: Request for help: fop 2.2 / 2.3

2018-06-27 Thread Mathieu Malaterre
On Wed, Jun 27, 2018 at 1:57 PM Emmanuel Bourg wrote: > > Le 27/06/2018 à 13:31, Mathieu Malaterre a écrit : > > > I can get a little further. 3 errors I'd like to resolve: > > > > 1. > > dpkg failed to execute successfully > > Found > > /usr/share/maven-repo/org/apache/maven/plugins/maven-war-pl

Re: Request for help: fop 2.2 / 2.3

2018-06-27 Thread Emmanuel Bourg
Le 27/06/2018 à 13:31, Mathieu Malaterre a écrit : > I can get a little further. 3 errors I'd like to resolve: > > 1. > dpkg failed to execute successfully > Found > /usr/share/maven-repo/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.pom > in libmaven-war-plugin-java Ignore

Re: mh_make full log

2018-06-27 Thread Mykola Nikishov
Geert Stappers writes: >> But where set "bundle version should be 3.5.0" ?? >> >> | $ grep --context=2 bundle $( find . -name pom.xml ) > > Search for 'bundle' in the seven pom.xml files > and hope to catch a version number or something alike If I need to find almost anything about the project,

Re: Request for help: fop 2.2 / 2.3

2018-06-27 Thread Mathieu Malaterre
On Wed, Jun 27, 2018 at 12:33 PM Emmanuel Bourg wrote: > > Le 27/06/2018 à 12:30, Mathieu Malaterre a écrit : > > > What should I do with: > > > >> dpkg --search /usr/share/maven-repo/junit/junit/*/* > > Found /usr/share/maven-repo/junit/junit/4.x/junit-4.x.pom in junit4 > > Found /usr/share/maven

Re: Request for help: fop 2.2 / 2.3

2018-06-27 Thread Emmanuel Bourg
Le 27/06/2018 à 12:30, Mathieu Malaterre a écrit : > What should I do with: > >> dpkg --search /usr/share/maven-repo/junit/junit/*/* > Found /usr/share/maven-repo/junit/junit/4.x/junit-4.x.pom in junit4 > Found /usr/share/maven-repo/junit/junit/3.8.2/junit-3.8.2.pom in junit > Found /usr/share/ma

Re: Request for help: fop 2.2 / 2.3

2018-06-27 Thread Mathieu Malaterre
On Wed, Jun 27, 2018 at 12:24 PM Emmanuel Bourg wrote: > > Hi Mathieu, > > Le 27/06/2018 à 09:57, Mathieu Malaterre a écrit : > > > Any good soul out there to help me jump start packaging for fop > > 2.2/2.3. fop 2.1 package was using ant as build tool, but since 2.2 > > mvn is required. I am not

Re: Request for help: fop 2.2 / 2.3

2018-06-27 Thread Emmanuel Bourg
Hi Mathieu, Le 27/06/2018 à 09:57, Mathieu Malaterre a écrit : > Any good soul out there to help me jump start packaging for fop > 2.2/2.3. fop 2.1 package was using ant as build tool, but since 2.2 > mvn is required. I am not familiar with mvn to even start the > packaging. I suggest starting f

Re: Request for help: fop 2.2 / 2.3

2018-06-27 Thread Petter Reinholdtsen
[Mathieu Malaterre] > Hi there, > > Any good soul out there to help me jump start packaging for fop > 2.2/2.3. fop 2.1 package was using ant as build tool, but since 2.2 > mvn is required. I am not familiar with mvn to even start the > packaging. I'm not familiar with it either, but perhaps there

Request for help: fop 2.2 / 2.3

2018-06-27 Thread Mathieu Malaterre
Hi there, Any good soul out there to help me jump start packaging for fop 2.2/2.3. fop 2.1 package was using ant as build tool, but since 2.2 mvn is required. I am not familiar with mvn to even start the packaging. Thanks much,