Re: packaging java applications: questions from a newbie

2015-06-10 Thread tony mancill
On 06/10/2015 10:15 PM, Guillaume Turri wrote: > Actually I found what was wrong: it seemed to be an issue with case. > When I change my debian/libaxmlrpc-java.poms like this > > -pom.xml --usj-name=aXMLRPC > +pom.xml --usj-name=axmlrpc > > then it works just fine. Ah, nice catch. That

Re: packaging java applications: questions from a newbie

2015-06-10 Thread Guillaume Turri
Hi, 2015-06-08 8:42 GMT+02:00 Guillaume Turri : > 2015-06-08 3:15 GMT+02:00 tony mancill : >> Hi Guillaume, >> >> I took a look at your aXMLRPC package, and it does appear to be creating >> the necessary maven artifacts and installing them into the right places, >> so I suspect that mh_make is fai

Re: packaging java applications: questions from a newbie

2015-06-07 Thread Guillaume Turri
Hi, 2015-06-08 3:15 GMT+02:00 tony mancill : > Hi Guillaume, > > I took a look at your aXMLRPC package, and it does appear to be creating > the necessary maven artifacts and installing them into the right places, > so I suspect that mh_make is failing in some yet-to-be-determined manner. > > That

Re: packaging java applications: questions from a newbie

2015-06-07 Thread tony mancill
On 06/06/2015 03:03 PM, Guillaume Turri wrote: > Hi, > > 2015-05-26 0:43 GMT+02:00 Markus Koschany : > >> In fact jh_build is a very simplistic way to build Java packages. It is >> well suited for simple packages but I suggest to use more sophisticated >> tools like maven-debian-helper for Maven

Re: packaging java applications: questions from a newbie

2015-06-06 Thread Guillaume Turri
Hi, 2015-05-26 0:43 GMT+02:00 Markus Koschany : > In fact jh_build is a very simplistic way to build Java packages. It is > well suited for simple packages but I suggest to use more sophisticated > tools like maven-debian-helper for Maven projects or javahelper + > maven-repo-helper for Ant proje

Re: packaging java applications: questions from a newbie

2015-05-25 Thread Guillaume Turri
Hi, Le 26 mai 2015 00:43, "Markus Koschany" a écrit : > [...] > Hope that helps a little > Thank you for all those pointers! I'm going to spend some time reading them and experimenting again! Regards, Guillaume -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject o

Re: packaging java applications: questions from a newbie

2015-05-25 Thread Markus Koschany
Hello Guillaume, [ I assume you are not subscribed to debian-java, hence I will CC you ] On 24.05.2015 22:31, Guillaume Turri wrote: > Hi, > > Context > === > > There's a Java application I've been working on during the last few > years [1], and I'd like to package it. (It also uses two dep

packaging java applications: questions from a newbie

2015-05-24 Thread Guillaume Turri
Hi, Context === There's a Java application I've been working on during the last few years [1], and I'd like to package it. (It also uses two dependencies [2][3] which aren't available in a debian package, so I should also package them). I'm new to Debian packaging, so I've spent the last few