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

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: 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: 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

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: 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

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: 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.

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: 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 ?

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: 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: 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: 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

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

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

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

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

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: 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

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: 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-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-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: 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

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: 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]).

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: 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: 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: 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: 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: 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: 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: 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: 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: Setting goals for Wheezy

2011-02-09 Thread Torsten Werner
Hi, Am 09.02.2011 00:17, schrieb Damien Raude-Morvan: I've some overlap with your own goals Torsten :) that's good. You can take my tasks. :) kibi, tuco and I tried and, AFAIK, we all failed. Have you started working on this ? from upstream bsd-port mercurial forest ? I've started with the

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

2011-02-09 Thread Torsten Werner
Hi, Am 09.02.2011 15:24, schrieb Vincent Fourmond: The FTPmaster will *never* accept sourceless JARs. we don't accept them into Debian's main component. However they are acceptable for the non-free component as long as it is allowed to redistribute them in binary form. Cheers, Torsten --

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

2011-02-09 Thread Torsten Werner
Am 09.02.2011 15:51, schrieb Stefane Fermigier: Can we start this discussion over with this option in mind ? There is another option that we should discuss: - distribute all those binary dependencies in a separate package, e.g. nuxeo-nonfree-libs via alioth.d.o or some other inofficial server

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: Setting goals for Wheezy

2011-02-08 Thread Torsten Werner
Hi, I'll probably continue working on dak. That is why I won't have too much time for Java but... - Get JRuby uploaded to main. - Port openjdk to kfreebsd with either hotspot or jamvm. - Ship more pom files. - Find code duplication. Dak may help as soon as it has package contents in its

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

2011-02-07 Thread Torsten Werner
Hi, Am 07.02.2011 09:42, schrieb Stefane Fermigier: So I guess in this case the root of all evil (like often in the Java world) comes from Maven... primarily from the (central) Maven repository which is not well maintained. The software Maven is not evil but it has some issues, too. Cheers,

Re: OpenJDK / default JDK for squeeze / issues on mips / open security issues for lenny

2011-01-16 Thread Torsten Werner
Hi Florian, On Sun, Jan 16, 2011 at 10:56 AM, Florian Weimer f...@deneb.enyo.de wrote: I suppose we need to disable building the plugin on lenny (it's in a separate package there anyway, I think).  Is there an easy way to do this? I think there is some code in debian/rules: ifneq (,$(filter

Re: OpenJDK / default JDK for squeeze / issues on mips / open security issues for lenny

2011-01-16 Thread Torsten Werner
Hi, On Sun, Jan 16, 2011 at 11:09 AM, Julien Cristau jcris...@debian.org wrote: How does that follow?  These kinds of updates are sort of allowed for sun-java6 because it's non-free so there's no choice.  That does not apply to openjdk, as far as I know. I think that openjdk is not that

Re: OpenJDK / default JDK for squeeze / issues on mips / open security issues for lenny

2011-01-16 Thread Torsten Werner
On Sun, Jan 16, 2011 at 12:25 PM, Florian Weimer f...@deneb.enyo.de wrote: * Florian Weimer: AFAICT, Debian is actually shipping IcedTea releases, but those are re-rebranded as IcedTea. Sorry, re-rebranded as OpenJDK. Oracle occasionally releases source tarballs at

Re: LAST CALL: Debian @ FOSDEM

2010-12-16 Thread Torsten Werner
Hi Tom, Am 16.12.2010 05:11, schrieb Tom Marble: We extended our CFP until Friday... http://wiki.debian.org/Java/DevJam/2011/Fosdem/CallForParticipation thanks for the update. I'm planning to reprise and update my Jigsaw talk from Debconf. I'll try to improve my Debconf talk. Submit a

Re: Clear definition of default-java and its scope

2010-12-08 Thread Torsten Werner
On Wed, Dec 8, 2010 at 8:52 PM, Matthias Klose d...@ubuntu.com wrote: No. This should not be done. Relying on an alternative for a build makes problems much harder to debug, if you first have to find out which alternative is actually used, and which alternative is used for the build. I am

Re: libjdom1-java package path

2010-12-01 Thread Torsten Werner
Hi Manuel, On Wed, Dec 1, 2010 at 6:58 PM, Manuel Argüelles manu.ar...@gmail.com wrote: Hi. I installed the libjdom1-java package from squeeze repository on Debian (testing), but I can't find the classpath when I try to import this library. For example, I can't do this:    import org.jdom.*;

Re: JRE plugin for PPC

2010-11-07 Thread Torsten Werner
Hi Brady, Cc-ing the debian-java list because it is more appropriate for discussions. On Sat, Nov 6, 2010 at 5:15 PM, Brady Bilderback be.bilderb...@gmail.com wrote: Hello I run debian and the JRE is not working in the browser. I wanted to install icedtea-gcjwebplugin, but I can't seem to

The real problem with Java in Linux distros

2010-09-24 Thread Torsten Werner
Hi, Thierry posted a nice article at http://fnords.wordpress.com/2010/09/24/the-real-problem-with-java-in-linux-distros/ and it is mentioned by Linux Weekly News at http://lwn.net/Articles/406884/ with quite a number of comments. Cheers, Torsten -- To UNSUBSCRIBE, email to

Re: RFS: sisc

2010-09-20 Thread Torsten Werner
Hi David, On Sun, Sep 19, 2010 at 8:36 PM, David Banks amoe...@gmail.com wrote: I uploaded a new version of the package. your package is targeted to stable. You probably want to change that to unstable. Cheers, Torsten -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a

Re: RFS: sisc

2010-09-20 Thread Torsten Werner
On Mon, Sep 20, 2010 at 10:50 PM, David Banks amoe...@gmail.com wrote: Erk.  Fixed. uploaded Cheers, Torsten -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: RFS: sisc

2010-09-12 Thread Torsten Werner
Hi David, On Sun, Aug 8, 2010 at 12:07 PM, David Banks amoe...@gmail.com wrote: Not quite sure what you mean here?  which file? sorry for that. At least the copyright holders and/or licenses of the following files are not documented: doc/sss/dbparam.dsl doc/esub2acm.cls

Re: RFS: libjsr305-java (new package, needed to update libgoogle-collections-java and to package libguava-java)

2010-09-09 Thread Torsten Werner
Hi Miguel, On Wed, Sep 8, 2010 at 11:57 PM, Miguel Landaeta mig...@miguel.cc wrote: I added a clarification in the copyright file. You can review it in the repo. I have uploaded the package. Cheers, Torsten -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of

Re: Which is the proper directory for user webapps in Tomcat6

2010-09-09 Thread Torsten Werner
On Wed, Sep 8, 2010 at 11:44 PM, David Goodenough david.goodeno...@linkchoose.co.uk wrote: Well in my installation it is not group writable.  That is exactly the problem.  I installed it from a deb file, using apt-get in the normal way. The postinst script runs chmod 775

Re: RFS: libjsr305-java (new package, needed to update libgoogle-collections-java and to package libguava-java)

2010-09-08 Thread Torsten Werner
Hi Miguel, On Fri, Aug 27, 2010 at 8:05 AM, Torsten Werner twer...@debian.org wrote: I'll check your package later. sorry for the delay. There are some CC 2.5 licensed files and that would make the package non-free. I think they are from the libjcip-annotations-java package and they got re

Re: Which is the proper directory for user webapps in Tomcat6

2010-09-08 Thread Torsten Werner
Hi David, On Fri, Sep 3, 2010 at 2:49 PM, David Goodenough david.goodeno...@linkchoose.co.uk wrote: I am sure I have a memory in a previous Tomcat package that there was a directory (other than the direct /var/lib/tomcat6/webapps) that we were supposed to use to install web apps.  This

Re: Ant can't find checkstyle

2010-09-08 Thread Torsten Werner
Hi Dmitrijs, On Thu, Aug 26, 2010 at 11:32 PM, Dmitrijs Ledkovs dmitrij.led...@ubuntu.com wrote: So I'm gonna try to purge all external jar from the source tree and try to build just jsword core library and bibledesktop app. And then finally I'm gonna start trying to debanise those. Is this

Re: RFS: libjsr305-java (new package, needed to update libgoogle-collections-java and to package libguava-java)

2010-09-08 Thread Torsten Werner
Am 08.09.2010 22:36, schrieb Miguel Landaeta: On Wed, Sep 8, 2010 at 3:55 PM, Miguel Landaeta mig...@miguel.cc wrote: However, I think it would be easier if I can get the author to relicense those classes. I'll try to get in contact with Brian Goetz. Or instead of bothering again this

Re: What should I do on FTBFS on hppa against gcj?

2010-09-01 Thread Torsten Werner
Hi Thomas, Am 01.09.2010 12:14, schrieb Thomas Koch: I thought, that hppa should also use openjdk? Can I just ignore the bug or should I exclude hppa, can I build-conflict with gcj :-)? feel free to ignore hppa bugs. It is no longer a release architecture. Cheers, Torsten -- To

Re: Problem with HA-JDBC and Tomat-6

2010-08-31 Thread Torsten Werner
Hi David, Am 31.08.2010 11:55, schrieb David Goodenough: But with the Debian Tomcat6, user.home points at /usr/share/tomcat6 which is not writable by the tomcat6 user. that is wrong. The $HOME of the tomcat6 user should be owned by tomcat6:tomcat6 instead of root:root. What is the correct

Re: Problem with HA-JDBC and Tomat-6

2010-08-31 Thread Torsten Werner
Hi Tony, Am 31.08.2010 15:27, schrieb tony mancill: On 08/31/2010 06:08 AM, Torsten Werner wrote: that is wrong. The $HOME of the tomcat6 user should be owned by tomcat6:tomcat6 instead of root:root. I'm not sure sure making /usr/share/tomcat6 writable by the tomcat6 user will solve

Re: RFS: libjsr305-java (new package, needed to update libgoogle-collections-java and to package libguava-java)

2010-08-27 Thread Torsten Werner
Hi Miguel, On Fri, Aug 27, 2010 at 1:45 AM, Miguel Landaeta mig...@miguel.cc wrote: I am looking for a sponsor for my package libjsr305-java. argh, I've already packaged it (see https://launchpad.net/~twerner/+archive/maven) but did not take care of it after Ludovic stopped me packaging Maven3.

Re: System-level JVM - nailgun?

2010-08-26 Thread Torsten Werner
Hi Matt, Am 26.08.2010 14:39, schrieb Matthew Johnson: One of my colleagues pointed out this to me: http://martiansoftware.com/nailgun/index.html a possible candidate for solving some of the issues that came up in the system-level JVM talk at debconf? I don't know but I've uploaded it

Re: Ant can't find checkstyle

2010-08-26 Thread Torsten Werner
Hi Dmitrijs, On Thu, Aug 26, 2010 at 1:22 PM, Dmitrijs Ledkovs dmitrij.led...@ubuntu.com wrote: The upstream build.xml can't find checkstyle.jar and tries to copy convenience jar from the source tree into /usr/share/ant/lib/ How do I tell ant to use checkstyle from /usr/share/java/ ? you

unblock: java-common/0.40

2010-08-23 Thread Torsten Werner
reopen 592697 thanks Hi, thanks for unblocking 0.39 but my upload did not work as expected because the arch any packages got downgraded on mips. I have introduced an epoch for the arch any packages now. The upload includes the switch to openjdk on powerpcsce as discussed at

Re: RFS: gmetrics (new package, needed to package CodeNarc)

2010-08-23 Thread Torsten Werner
Hi Miguel, On Sun, Aug 22, 2010 at 11:48 PM, Miguel Landaeta mig...@miguel.cc wrote: I could not reproduce this problem. me too :) . I've uploaded the package now. BTW package names like libgmetrics-groovy-java do not really make sense. This is not your fault of course. I think we should change

Re: RFS: gant (new upstream release)

2010-08-23 Thread Torsten Werner
On Sun, Aug 22, 2010 at 2:46 AM, Miguel Landaeta mig...@miguel.cc wrote: I'm looking for a sponsor for this new release of gant. uploaded Cheers, Torsten -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: RFS: gmetrics (new package, needed to package CodeNarc)

2010-08-22 Thread Torsten Werner
Hi Miguel, On Sun, Aug 22, 2010 at 2:46 AM, Miguel Landaeta mig...@miguel.cc wrote: I would be glad if someone uploaded this package for me. there is a problem: $ git-bc dh --with javahelper clean debian/rules override_jh_clean make[1]: Entering directory `/home/twerner/debian/gmetrics'

Re: Java webapps and configuration files

2010-08-20 Thread Torsten Werner
Hi Russ, On Fri, Aug 20, 2010 at 6:10 AM, Russ Allbery r...@debian.org wrote: The JSP files for this application need to be conffiles so that users can change them and those changes are preserved during upgrades. no I don't think that JSP files are good candidates for conffiles. Web.xml is

Re: Bug #592218 : RFP: maven3 -- Java software project management and comprehension tool

2010-08-18 Thread Torsten Werner
Hi Ludovic, thanks for your reply! On Wed, Aug 18, 2010 at 10:29 PM, Ludovic Claude ludovic.cla...@laposte.net wrote: I would not start packaging Maven 3 at this time. It's still in a lot of flux, and there are several important library changes (a pending switch from plexus-container My

Re: jar fails to execute natively

2010-08-17 Thread Torsten Werner
Hi, On Tue, Aug 17, 2010 at 10:33 AM, Will Morton macav...@well.com wrote: Hadn't consciously touched anything in binfmts, but I have been messing around with this packaging stuff so I might have done something indirectly.  Anyway that worked, thanks. don't forget, that binfmt does not work

Re: binfmt-misc and freebsd (Was: Re: jar fails to execute natively)

2010-08-17 Thread Torsten Werner
On Tue, Aug 17, 2010 at 3:49 PM, Matthew Johnson mj...@debian.org wrote: I take it it's nothing that can be fixed in fbsd easily? You are asking the wrong list. :) But I guess that it can't be fixed easily. Cheers, Torsten -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with

Re: Bug #592218 : RFP: maven3 -- Java software project management and comprehension tool

2010-08-17 Thread Torsten Werner
Hi, On Tue, Aug 17, 2010 at 10:58 PM, Damien Raude-Morvan draz...@drazzib.com wrote: Maven 3.x is still in beta stage [1] and Debian Squeeze 6.0 is now frozen so it may not be a high priority package. If someone have enough time to package this (ie. based on maven2 package + all new runtime

Re: OpenJDK / default JDK for squeeze / issues on mips / open security issues for lenny

2010-08-15 Thread Torsten Werner
Hi, On Sun, Aug 15, 2010 at 9:57 AM, Florian Weimer f...@deneb.enyo.de wrote: * Philipp Kern: On 08/08/2010 11:21 AM, Florian Weimer wrote: Cool, it's based on OpenJDK 6b18.  However, we can't upload it as-is because the version number is greater than the one in testing. apart from the

Re: GlassFish v3

2010-08-09 Thread Torsten Werner
On Mon, Aug 9, 2010 at 11:28 PM, Ludovic Claude ludovic.cla...@laposte.net wrote: Glassfish 3 is a huge beast. I'd like to have it packaged, but it will take some time. I should tackle Apache Felix which is required by Glassfish, but this month and the next will be quite busy for me. Which

jar-content is updated daily now

2010-08-05 Thread Torsten Werner
Hi, I am updating the file http://ftp-master.debian.org/users/twerner/jar-content.txt.gz daily now. It lists the content of all jar files in Debian unstable. The format is easily zgrep-able: $ zgrep /ObjectMap.class jar-content.txt.gz aspectj main usr/share/java/aspectjtools-1.6.9.jar

Bug#591528: ITP: livetribe-jsr223 -- Implementation of JSR 223: Scripting for Java

2010-08-03 Thread Torsten Werner
Package: wnpp Severity: wishlist Owner: Torsten Werner twer...@debian.org * Package name: livetribe-jsr223 Version : 2.0.6 Upstream Author : Alan D. Cabrera * URL : http://www.livetribe.org/ * License : Apache-2.0 Programming Lang: Java Description

Re: Topics for the Debian-Java BoF at DebConf tomorrow?

2010-08-01 Thread Torsten Werner
Hi, On Sun, Aug 1, 2010 at 5:15 PM, Pablo Duboue pablo.dub...@gmail.com wrote: Please submit some topics for tomorrow's BoF. How are people comfortable with using gobby for notes? (see http://upsilon.cc/~zack/blog/posts/2010/07/DebConf_BoF_HOWTO/ for some insights on using gobby). I've

Bug#591313: ITP: dynalang -- The JVM Dynamic Languages Metaobject Protocol Library

2010-08-01 Thread Torsten Werner
Package: wnpp Severity: wishlist Owner: Torsten Werner twer...@debian.org * Package name: dynalang Version : 0.4 Upstream Author : Attila Szegedi * URL : http://dynalang.sourceforge.net/ * License : Apache-2.0 Programming Lang: Java Description

Re: JRuby 1.5.1

2010-07-31 Thread Torsten Werner
Hi Hideki, On Sat, Jul 31, 2010 at 8:00 AM, Hideki Yamane henr...@debian.or.jp wrote:  jruby-jcondings  http://mentors.debian.net/debian/pool/main/j/jruby-jcodings/jruby-jcodings_1.0.2-1.dsc  jruby-bytelist  

Re: Debian Java meetup @ NYC Saturday 31

2010-07-31 Thread Torsten Werner
Hi all, I suggests, we meet at 7 pm in Mudd and see who has arrived already. Cheers, Torsten On Mon, Jul 26, 2010 at 11:41 PM, Tom Marble tmar...@info9.net wrote: All: For those of you attending Debconf who will be in NYC this Saturday we are hoping to get together informally. For those

  1   2   3   4   >