Re: How to package Nuxeo DM, a Java EE application, in Debian

2011-02-09 Thread Torsten Werner
Am 09.02.2011 16:43, schrieb Sylvestre Ledru: If the upstream of a library is regularly breaking the ABI (which is not uncommon), I will add a check in the build system to make sure that I will find the exact version of the upstream library I am using (it does help also other distributions).

Re: GSoC project to make maven more Debian friendly?

2011-02-09 Thread Torsten Werner
Hi Thomas, On Wed, Feb 9, 2011 at 7:09 PM, Thomas Koch tho...@koch.ro wrote: I plan to participate in the summer of code, but definitely as a student. are you interested in implementing the Maven stuff as a student? Cheers, Torsten -- To UNSUBSCRIBE, email to

Re: Dependence on specific versions

2011-02-10 Thread Torsten Werner
Hi Stefane, On Thu, Feb 10, 2011 at 3:25 PM, Stefane Fermigier s...@nuxeo.com wrote: Only by fixing version numbers of third-party libraries can you be sure that the same build that works today will still work next week, if you redo the build on the exact same version of the sources (and

Re: Dependence on specific versions

2011-02-10 Thread Torsten Werner
On Thu, Feb 10, 2011 at 9:47 PM, Stefane Fermigier s...@nuxeo.com wrote: On Feb 10, 2011, at 9:38 PM, Torsten Werner wrote: a.jar (0.1) depends on b.jar (0.1) c.jar (0.3) depends on b.jar (0.2) d.jar (0.4) depends on a.jar (0.1) and c.jar (0.3) A lot of things are wrong in Maven

Re: Dependence on specific versions

2011-02-10 Thread Torsten Werner
Hi Thomas, On Thu, Feb 10, 2011 at 10:23 PM, Thomas Zeeman tjzee...@xs4all.nl wrote: Actually, you can predict it. Given the above order and no outside influences like a dependencyManagement block in your (parent) pom,  it would be 0.1. See

Re: Setting goals for Wheezy

2011-02-10 Thread Torsten Werner
Hi Ludovic, On Fri, Feb 11, 2011 at 12:17 AM, Ludovic Claude ludovic.cla...@laposte.net wrote: The current version in experimental is already ... in unstable. :) Cheers, Torsten -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: How to apply maven build system (Was: How to use Debian packaged freehep instead of upstream provided freehep.jar)

2011-02-16 Thread Torsten Werner
Hi Andreas, On Wed, Feb 16, 2011 at 11:03 PM, Andreas Tille andr...@an3as.eu wrote: I'm actually not very keen on really using maven as long as I can get the package working at all - but I actually have no real clue what command line would trigger the build process (and upstream) seems to be

Re: How to apply maven build system

2011-02-16 Thread Torsten Werner
On Thu, Feb 17, 2011 at 12:40 AM, Russ Allbery r...@debian.org wrote: Yeah, that's typical for Maven.  It's absolutely amazing how much stuff it downloads in order to do anything. It is impressive to run something trivial like 'mvn clean' (after purging the ~/.m2 cache) in a mostly empty

Re: Idea for wheezy development: automatic class search tool

2011-02-19 Thread Torsten Werner
Hi Vincent, On Sat, Feb 19, 2011 at 3:45 PM, Vincent Fourmond fourm...@debian.org wrote:  This is an idea that has been there for a long time, but I haven't had the time yet to implement it, nor even to voice it so far. What I'm often missing while packaging Java software is a simple too to

Re: Idea for wheezy development: automatic class search tool

2011-02-19 Thread Torsten Werner
On Sat, Feb 19, 2011 at 5:54 PM, Vincent Fourmond fourm...@debian.org wrote:  That still doesn't provide dependency analysis. Sure, it is just raw data.  How do you keep it up-to-date ? It is a daily cron job. Torsten -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a

Re: sun-java6 updates for {old,}stable?

2011-02-21 Thread Torsten Werner
Hi, On Mon, Feb 21, 2011 at 2:11 PM, Dominic Hargreaves d...@earth.li wrote: Are there any plans to update the sun-java6 packages in lenny and squeeze for the recent floating point DoS issue? yes: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613723 and

Re: Help with maven based package needed (dcm4che)

2011-04-19 Thread Torsten Werner
Hi Andreas, On Tue, Apr 19, 2011 at 9:45 PM, Andreas Tille andr...@an3as.eu wrote: Did you noticed that I'd call myself a beginner in maven and Java issues? :-)  If I can avoid taking even more packages I'd stay avway from such tasks. that means it is a perfect time to learn something and

Re: Next Maven problem (Was: Medical device support for GNUmed)

2011-04-21 Thread Torsten Werner
Hi Andreas, On Thu, Apr 21, 2011 at 8:32 AM, Andreas Tille andr...@an3as.eu wrote: On Thu, Apr 21, 2011 at 12:33:43AM +0200, Ludovic Claude wrote: org.hsqldb:hsqldb:2.0.0 org.reflections:reflections:0.9.5-RC2 I came to the same conclusion that those two are missing.  However,

Re: OpenOffice SDK

2011-04-23 Thread Torsten Werner
Hi Sebastian, On Sat, Apr 23, 2011 at 7:44 PM, Sebastian Humenda shume...@gmx.de wrote: When I'm now trying to build my program, it cannot find the class com.sun.star.registry.XRegistryKey and hence I've tried to find the correct path to add it to the class path. In

Re: How to build Clojure package

2011-05-03 Thread Torsten Werner
Hi Daigo, On Sat, Apr 30, 2011 at 4:18 AM, Daigo Moriwaki da...@debian.org wrote: I am still unsuccessful. Let me post again. I am looking into how to build the clojure package in Debian. I cloned clojure and silt from the Debian repository, then I am wondering how to generate patches. I

Re: Unable to skip the test phase with maven-debian-helper 1.1

2011-05-24 Thread Torsten Werner
Hi Miguel, On Tue, May 24, 2011 at 8:03 PM, Miguel Telleria de Esteban mig...@mtelleria.com wrote: Now the question is how to pass this variable to the package build process? just add a file debian/maven.properties with the contents maven.test.skip=true if you are using cdbs. Cheers,

Re: missing-classpath lintian warnings and Maven based packages.

2011-06-06 Thread Torsten Werner
Hi James, On Fri, Jun 3, 2011 at 12:50 PM, James Page james.p...@canonical.com wrote: If you happen to be packaging Maven based projects and want to make sure that the Class-Path entries in JAR files are set correctly you can use javahelper in conjunction with maven-debian-helper (see [0]).

unsupporting Architecture: mips

2011-07-28 Thread Torsten Werner
Hi, we have discussed the problems with mips in New York at DebConf10 last year. I believe it is time to stop supporting Java on this architecture because nobody really takes care of it. That is why I want to suggest the following radical approach, which needs to be discussed with the release

Re: unsupporting Architecture: mips

2011-07-28 Thread Torsten Werner
Hi, Am 28.07.2011 15:58, schrieb Rene Engelhard: if openjdk then works (for LibreOffice) on ia64, yes, I could live with that. it does not work on ia64? But, umm, shouldn't you have sent this mail to -mips, too? :-) Let me quote myself: needs to be discussed with the release team and the

Re: DebConf11: Java Team Meeting and Eclipse Packaging BoF

2011-08-03 Thread Torsten Werner
Hi, On Fri, Jul 29, 2011 at 10:54 PM, Ludovic Claude ludovic.cla...@laposte.net wrote: maven-repo-helper installing jars under /usr/share/maven-repo by default is an old issue, it should be fixed by recompiling your package against a newer version of maven-repo-helper (= 0.7). I've generated

Re: Idea for wheezy development: automatic class search tool

2011-08-03 Thread Torsten Werner
[jar content] On Sat, Feb 19, 2011 at 7:22 PM, Vincent Fourmond fourm...@gmail.com wrote:  Is the source available somewhere ? I'm interested. Sorry for the delay. It is quite close: http://ftp-master.debian.org/users/twerner/jars.git/ Cheers, Torsten -- To UNSUBSCRIBE, email to

Re: [pkg-jboss-maintainer] JBoss 5 in Debian

2011-08-03 Thread Torsten Werner
Hi Victor, On Wed, Jul 13, 2011 at 4:51 PM, Victor Seva linuxman...@torreviejawireless.org wrote: is this effort still alive? not really. is there anybody interested in get jboss packaged in Debian? Yes, it is far from trivial. Cheers, Torsten -- To UNSUBSCRIBE, email to

Re: DebConf11: Java Team Meeting and Eclipse Packaging BoF

2011-08-04 Thread Torsten Werner
Hi, On Thu, Aug 4, 2011 at 10:54 AM, Alexander Holupirek a...@holupirek.de wrote: On Fri, Jul 29, 2011 at 10:54 PM, Ludovic Claude ludovic.cla...@laposte.net wrote: maven-repo-helper installing jars under /usr/share/maven-repo by default is an old issue, it should be fixed by recompiling your

Re: unsupporting Architecture: mips

2011-08-04 Thread Torsten Werner
Hi, On Thu, Jul 28, 2011 at 2:58 PM, Torsten Werner twer...@debian.org wrote: we have discussed the problems with mips in New York at DebConf10 last year. I believe it is time to stop supporting Java on this architecture because nobody really takes care of it. That is why I want to suggest

Re: about orphaning old packages

2011-08-04 Thread Torsten Werner
On Thu, Aug 4, 2011 at 9:19 PM, Niels Thykier ni...@thykier.net wrote: I like the idea of getting rid of unused stuff/crap/etc., but I think orphaning them should be the first step towards getting them removed.  I suspect most of the packages will not be adopted by anyone. Sure we should get

Re: Quitting Java packaging

2011-08-16 Thread Torsten Werner
Hi Jan-Pascal, thank you for your work in the past! Should we remove you from the Alioth project? Do you plan to remove your name from the Uploaders fields and commit such changes to the VCS repos with an unreleased changelog entry? Cheers, Torsten On Fri, Aug 12, 2011 at 4:36 PM, Jan-Pascal

Re: DebConf11: Java Team Meeting and Eclipse Packaging BoF

2011-08-17 Thread Torsten Werner
Hi Tony, On Wed, Aug 17, 2011 at 4:11 PM, tony mancill tmanc...@debian.org wrote: Thanks for compiling the list.  I'm touched several packages on that list, and so am willing to take on the rebuilds.  I think we've determined that we need to wait on an updated version of maven-debian-helper

Re: Quitting Java packaging

2011-08-18 Thread Torsten Werner
On Tue, Aug 16, 2011 at 9:43 PM, Jan-Pascal van Best janpas...@vanbest.org wrote: Done for lucene2, commons-csv, easymock, lucene3 (including the 3.0-3.2 branch) and solr (in git). Thanks! Torsten -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of

Re: dynamic Text in package descriptions

2011-08-19 Thread Torsten Werner
Hi, On Fri, Aug 19, 2011 at 2:11 PM, Michael Bramer gr...@debian.org wrote: ! Description: Standard Java or Java compatible Runtime !  This package points to the Java runtime, or Java compatible !  runtime recommended for the ${jre:arch} architecture, !  which is ${jre} for ${jre:arch}. the

Re: You must specify a valid ANT_HOME directory!

2011-08-19 Thread Torsten Werner
Hi Mathieu, Am 19.08.2011 16:12, schrieb Mathieu Malaterre: You must specify a valid ANT_HOME directory! I cannot reproduce this error in a sid chroot. But I get a null pointer exception when building version 1.0-4. I could fix that by removing qdox from Build-Depends and DEB_JARS. Torsten

Maven-debian-helper should handle Maven plugin updates automatically

2011-08-23 Thread Torsten Werner
Hi! I'd like to get your input on an idea which I have written down at http://debian-java.titanpad.com/1. I have prepared the detailed ideas only for the very first step. What do you think about that? Cheers, Torsten -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a

Re: Future of sun-java6 package ?

2011-08-24 Thread Torsten Werner
Hi Sylvestru, On Thu, Aug 25, 2011 at 12:57 AM, Sylvestre Ledru sylves...@debian.org wrote: Dalibor Topic just replied through his blog to one of my question about the update 27 of sun-java6 being available under the dlj license: http://robilad.livejournal.com/90792.html thanks for the

Re: package Apache James for Debian

2011-08-26 Thread Torsten Werner
Hi, Am 26.08.2011 14:51, schrieb D Dave: mh_make --from-svn=http://svn.apache.org/repos/asf/james/jsieve/tags/jsieve-project-0.4/ -v did you use the newest version of maven-debian-helper (1.4.4)? It fails for me with the same message as in bug #639316. You should be able to work around it

Bug#639715: ITP: libjsoup-java -- Java HTML parser that makes sense of real-world HTML soup

2011-08-29 Thread Torsten Werner
Package: wnpp Severity: wishlist Owner: Torsten Werner twer...@debian.org * Package name: libjsoup-java Version : 1.6.1 Upstream Author : Jonathan Hedley * URL : http://jsoup.org/ * License : MIT Programming Lang: Java Description : Java HTML parser

Maven 3

2011-08-30 Thread Torsten Werner
Hi Ludovic, Damien others, I've looked at http://wiki.debian.org/Java/Maven3. Is that page more or less up to date? What would be a good task to start with if someone want to contribute to packaging Maven 3? Cheers, Torsten -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org

Re: java-access-bridge official packaging source ?

2011-08-30 Thread Torsten Werner
Hi Damien, we should try to merge doko's changes back into our SVN repo. Do you need help? Cheers, Torsten On Tue, Aug 30, 2011 at 11:53 PM, Damien Raude-Morvan draz...@debian.org wrote: Hi all, I'm trying to fix java-access-bridge to build with openjdk-7 but I can find the official

orphaning git-maintained packages

2011-08-30 Thread Torsten Werner
Hi, I've asked myself what should happen to a git repo after orphaning a package? It is easy with subversion: we just move the directory from trunk/ into ../old/. I want to suggest to move a git repo to the /home/groups/pkg-java/OLDGIT/ directory on git.debian.org. I've done that with

Re: orphaning git-maintained packages

2011-08-31 Thread Torsten Werner
On Wed, Aug 31, 2011 at 7:00 PM, Mehdi Dogguy me...@dogguy.org wrote: Not doing anything? Or, instead make an mr-list of repositories for non-orpahned packages. IIUC, it is (almost) mandatory to do for SVN maintained packages, because you may not want to checkout those repositories. But, that

Re: openjdk-6 and openjdk-7 multiarch installable

2011-08-31 Thread Torsten Werner
Hi Matthias, On Wed, Aug 31, 2011 at 12:52 AM, Matthias Klose d...@ubuntu.com wrote: The path /usr/lib/jvm/java-6-openjdk isn't valid anymore.  It currently only contains common jar files. which path should we use now if we want to use openjdk-6 explicitely? Cheers, Torsten -- To

Re: openjdk-6 and openjdk-7 multiarch installable

2011-09-01 Thread Torsten Werner
On Wed, Aug 31, 2011 at 11:38 PM, Matthias Klose d...@debian.org wrote: why deleting the remainder of the email and not reading the email up to the end? JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk is the answer? I believe that we will see some FTBFS problems. But maybe that it might a good reason

Re: GWT2 packaging

2011-09-06 Thread Torsten Werner
Hi Alexandre, sorry I am in a hurry and have no time for a full answer. Am 06.09.2011 09:08, schrieb Alexandre Rossi: - liborgjson-java (json library from http://json.org/java ) please be careful: this is considered non-free code because of the 'evil clause'. There is some older version which

Re: OSGi+Bundle+Ant+Task

2011-09-07 Thread Torsten Werner
Hi Mathieu, On Wed, Sep 7, 2011 at 6:32 PM, Mathieu Malaterre mathieu.malate...@gmail.com wrote:  Unless someone has started doing it already I would like to package the following for debian: https://opensource.luminis.net/wiki/display/SITE/OSGi+Bundle+Ant+Task I'll put it under the

Re: OSGi+Bundle+Ant+Task

2011-09-07 Thread Torsten Werner
Hi, On Wed, Sep 7, 2011 at 10:47 PM, Mathieu Malaterre mathieu.malate...@gmail.com wrote: However I did not understand what you meant ? I pushed some initial work at svn.debian.org/svn/pkg-java/trunk/net-luminis-build-plugin and did use a B-D on bnd. Are you saying I am missing stuff in my

Re: package sun.awt.image.codec does not exist

2011-09-12 Thread Torsten Werner
Hi Mathieu, it looks like warnings, not errors. Cheers, Torsten On Mon, Sep 12, 2011 at 10:26 AM, Mathieu Malaterre mathieu.malate...@gmail.com wrote: Hi all,  Does anyone knows why I am getting the following error (*) ? Is there some actual difference in between sun java and openjdk one ?

Bug#641757: ITP: maven-project-info-reports-plugin -- Maven Project Info Reports Plugin

2011-09-15 Thread Torsten Werner
Package: wnpp Severity: wishlist Owner: Torsten Werner twer...@debian.org * Package name: maven-project-info-reports-plugin Version : 2.4 Upstream Author : Johnny R. Ruiz III * URL : http://maven.apache.org/plugins/maven-project-info-reports-plugin/ * License

Re: Maven 3

2011-09-16 Thread Torsten Werner
Hi Damien, On Tue, Aug 30, 2011 at 9:11 PM, Damien Raude-Morvan draz...@drazzib.com wrote: - packages some missing parent poms (into multi or single source tarball) I can start working on that next week. I would prefer a single source and binary package ('maven-parent-poms') for all pom files.

Re: RFS: animal-sniffer

2011-09-18 Thread Torsten Werner
On Sun, Sep 18, 2011 at 10:39 AM, Torsten Werner mail.twer...@gmail.com wrote: I am pretty sure that you can replace your multiline file debian/libanimal-sniffer-java-doc.install by one line  target/site/apidocs/* usr/share/doc/libanimal-sniffer-java/libanimal-sniffer/api target/site/apidocs

Re: RFS: animal-sniffer

2011-09-18 Thread Torsten Werner
On Sun, Sep 18, 2011 at 2:53 PM, Matthias Schmitz matth...@sigxcpu.org wrote: The javadocs for every sub module are generated in MODULE/target/apidocs/ and every javadoc has its own index.html. That is not true if you set DEB_MAVEN_DOC_TARGET := javadoc:jar javadoc:aggregate in debian/rules

Re: saxon 9

2011-09-19 Thread Torsten Werner
Hi Sylvestre, do you know saxonb? It is available even in oldstable. But it is not uptodate and the current maintainers are not really active. Cheers, Torsten On Mon, Sep 19, 2011 at 11:11 AM, Sylvestre Ledru sylves...@debian.org wrote: Hello, Before I am starting to work on this, does any

Guidelines for source control management

2011-09-25 Thread Torsten Werner
Hi, I've touched many packages in the past weeks and found several package that I could not change easily or could not change at all. That is not the idea behind Debian - to make changes hard. That is why I have started writing down some guidelines at 3 wiki pages: -

Re: openjdk-6 and openjdk-7 multiarch installable

2011-09-25 Thread Torsten Werner
Hi, openjdk-6-jre-headless now doesn't use java-6-openjdk anymore. so with the appropriate conflicts, this symlink can be moved to default-jre-headless. I do not think that this is a good solution. IMHO openjdk-6 should build a package with the generic symlink. As an alternative: would it be

Re: openjdk-6 and openjdk-7 multiarch installable

2011-09-26 Thread Torsten Werner
On Mon, Sep 26, 2011 at 2:53 PM, Matthias Klose d...@ubuntu.com wrote: hmm, on second thought, I think this looks wrong. at build time you always have the output of dpkg-architecture -qDEB_HOST_MULTIARCH available, so you can adjust it.  At runtime that should be handled by all our different

Re: Bug#643498: cobertura-maven-plugin: FTBFS: Error building POM

2011-09-27 Thread Torsten Werner
Hi Miguel, On Tue, Sep 27, 2011 at 4:09 PM, Miguel Landaeta mig...@miguel.cc wrote: I have been solving bugs like this by adding a Build-Depends on libmaven-plugin-tools-java but I wonder if I'm solving just a symptom and not the real bug that could be somewhere else. Does anybody have an

Re: pkg-java mini-dinstall broken

2011-10-07 Thread Torsten Werner
Hi Vincent, On Sat, Oct 8, 2011 at 12:25 AM, Vincent Fourmond fourm...@debian.org wrote:  archivedir = /home/groups/pkg-java/htdocs  (seems like we *are* in the chroot ;-)...).  BTW, I think this file should be group-writable, so that we don't have to bother you next time, shouldn't it ?

Re: Guidelines for source control management

2011-12-23 Thread Torsten Werner
Hi, thanks for all your feedback! I've updated the Wiki pages. Merry X-mas! Torsten On Mon, Sep 26, 2011 at 11:09 PM, Benjamin Drung bdr...@debian.org wrote: Am Sonntag, den 25.09.2011, 15:43 +0200 schrieb Torsten Werner: Hi, I've touched many packages in the past weeks and found several

<    1   2   3   4