Re: javadoc problem with default-jdk

2009-08-08 Thread Ludovic Claude
Hello Matthew, You can see more details about Maven support in my blog post. http://ludovicc.blogspot.com/2009/08/state-of-maven-in-debian.html mh_make relies on a lot of Java code to extract all information from the Maven POM descriptors and the local Maven repository for Debian, so there's

Re: javadoc problem with default-jdk

2009-08-08 Thread Matthew Johnson
On Sat Aug 08 15:14, Ludovic Claude wrote: You can see more details about Maven support in my blog post. http://ludovicc.blogspot.com/2009/08/state-of-maven-in-debian.html mh_make relies on a lot of Java code to extract all information from the Maven POM descriptors and the local Maven

Re: javadoc problem with default-jdk

2009-08-06 Thread Matthew Johnson
On Wed Aug 05 23:41, Ludovic Claude wrote: Matthias, I have just uploaded a new version of maven-debian-helper. It uses Maven to build packages Does it support building packages with debhelper rather than cdbs? packages. There is also a utility, mh_make, which given a Maven project will try

Re: javadoc problem with default-jdk

2009-08-06 Thread Picca Frédéric-Emmanuel
Le Wed, 05 Aug 2009 18:05:11 +0200, Matthias Klose d...@ubuntu.com a écrit : No, this looks wrong, because you cannot enforce this for packages where the docs are shipped in the same package. You should use /usr/share/doc/lib package/api, and maybe add a directory /usr/share/doc/doc package

Re: javadoc problem with default-jdk

2009-08-06 Thread Picca Frédéric-Emmanuel
Le Wed, 05 Aug 2009 23:41:54 +0100, Ludovic Claude ludovic.cla...@laposte.net a écrit : Matthias, I have just uploaded a new version of maven-debian-helper. It uses Maven to build packages, and supports now the generation of Javadoc packages. There is also a utility, mh_make, which given a

Re: javadoc problem with default-jdk

2009-08-06 Thread Torsten Werner
Hi Matthew, On Thu, Aug 6, 2009 at 9:56 AM, Matthew Johnsonmj...@debian.org wrote: Does it support building packages with debhelper rather than cdbs? Please see http://twerner.blogspot.com/2009/08/state-of-maven-in-debian.html. Cheers, Torsten -- To UNSUBSCRIBE, email to

javadoc problem with default-jdk

2009-08-05 Thread Picca Frédéric-Emmanuel
hello as I am working on my remotetea package, I build it using the pbuilder. and it seems that depending on default-jdk is not enought to produce good documentation with javadoc. Indeed it do not find the documentation for standard classes of java. what must I add as build dependency to produce

Re: javadoc problem with default-jdk

2009-08-05 Thread Matthias Klose
On 05.08.2009 17:00, Picca Frédéric-Emmanuel wrote: hello as I am working on my remotetea package, I build it using the pbuilder. and it seems that depending on default-jdk is not enought to produce good documentation with javadoc. Indeed it do not find the documentation for standard classes of

Re: javadoc problem with default-jdk

2009-08-05 Thread Picca Frédéric-Emmanuel
Le Wed, 05 Aug 2009 15:52:34 +0200, Matthias Klose d...@ubuntu.com a écrit : On 05.08.2009 17:00, Picca Frédéric-Emmanuel wrote: hello as I am working on my remotetea package, I build it using the pbuilder. and it seems that depending on default-jdk is not enought to produce good

Re: javadoc problem with default-jdk

2009-08-05 Thread Michael Koch
On Wed, Aug 05, 2009 at 06:26:44PM +0200, Picca Frédéric-Emmanuel wrote: Le Wed, 05 Aug 2009 15:52:34 +0200, Matthias Klose d...@ubuntu.com a écrit : On 05.08.2009 17:00, Picca Frédéric-Emmanuel wrote: hello as I am working on my remotetea package, I build it using the pbuilder.

Re: javadoc problem with default-jdk

2009-08-05 Thread Matthias Klose
On 05.08.2009 18:26, Picca Frédéric-Emmanuel wrote: Le Wed, 05 Aug 2009 15:52:34 +0200, Matthias Klosed...@ubuntu.com a écrit : On 05.08.2009 17:00, Picca Frédéric-Emmanuel wrote: hello as I am working on my remotetea package, I build it using the pbuilder. and it seems that depending

Re: javadoc problem with default-jdk

2009-08-05 Thread Matthias Klose
On 05.08.2009 20:02, Michael Koch wrote: On Wed, Aug 05, 2009 at 06:26:44PM +0200, Picca Frédéric-Emmanuel wrote: Le Wed, 05 Aug 2009 15:52:34 +0200, Matthias Klosed...@ubuntu.com a écrit : On 05.08.2009 17:00, Picca Frédéric-Emmanuel wrote: hello as I am working on my remotetea package, I

Re: javadoc problem with default-jdk

2009-08-05 Thread Michael Koch
On Wed, Aug 05, 2009 at 06:05:11PM +0200, Matthias Klose wrote: Always put it into /usr/share/doc/doc package/api. No, this looks wrong, because you cannot enforce this for packages where the docs are shipped in the same package. You should use /usr/share/doc/lib package/api, and maybe add a

Re: javadoc problem with default-jdk

2009-08-05 Thread Ludovic Claude
Matthias, I have just uploaded a new version of maven-debian-helper. It uses Maven to build packages, and supports now the generation of Javadoc packages. There is also a utility, mh_make, which given a Maven project will try to build all the Debian packaging for it. Can you give it a try, it's