On Wed, Sep 23, 2009 at 7:59 PM, Sylvestre Ledru <sylves...@debian.org> wrote: > Le mercredi 23 septembre 2009 à 18:51 +0530, Onkar Shinde a écrit : >> On Wed, Sep 23, 2009 at 5:04 PM, Sylvestre Ledru <sylves...@debian.org> >> wrote: >> > Le mercredi 23 septembre 2009 à 14:50 +0530, Onkar Shinde a écrit : >> >> Hi all, >> >> >> >> I am looking for sponsorship for my package jakarta-jmeter. I have >> >> ported the package from Ubuntu and done changes to make it fit in >> >> Debian. >> > Done >> > >> > At the next upload, it would be nice if you could add the manpages on >> > jmeter & jmeter-server and fix the >> > description-synopsis-might-not-be-phrased-properly lintian warning. >> >> I will add manpages. I can't fix the other lintian warning until I >> understand what it means. Any help in that regard is appreciated. > It just means that you should remove the ending . at the end of the > Description: > (try lintian -i for more information). > I fixed the issue in the svn. > Btw, it would be nice if you could change the Description (first line) > for each packages. For now, it is exactly the same. > >> By the way, the upload got rejected. It didn't contain .orig.tar.gz >> file. Can you please reupload? > Indeed. I have no clue with it has not been included .. > > Building with svn-buildpackage on debian unstable, I have this problem > now: > BUILD FAILED > /home/sylvestre/dev/debian/pkg-java/build-area/jakarta-jmeter-2.3.4/build.xml:1572: > Could not create type anakia due to java.lang.NoSuchMethodError: > org.jdom.input.SAXBuilder.setFactory(Lorg/jdom/JDOMFactory;)V > Do you know how to fix it ?
Do you have libjdom0-java installed? The package builds fine in pbuilder. Jmeter uses velocity do build documentation. Actually the root cause is that velocity package (1.4.x) in Ubuntu depends on libjdom0-java where as the one in Debian (1.6.x) depends on libjdom1-java. So the presence of libjdom0-java along with jdom0 in DEB_JARS (debian/rules) is causing problem. Onkar -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org