Re: Please upload fop (svn)

2012-01-10 Thread Mathieu Malaterre
Salut Damien, On Mon, Jan 9, 2012 at 10:39 PM, Damien Raude-Morvan wrote: > Le jeudi 05 janvier 2012 14:52:37, Mathieu Malaterre a écrit : >> Hi DDs, > > Salut Mathieu :) > >>   Happy New Year ! > > Thanks ! Happy debian hacking for this new year :) > >>   I'd appreciate if someone could upload t

Eclipse and swt-gtk

2012-01-10 Thread Jakub Adam
Hi, I noticed that packages libswt-gtk-3-java(-jni) seem to install the same version of swt as Eclipse builds and uses internally. From my point of view swt-gtk should be dropped and libswt-gtk-3-java package built from eclipse sources (or keeping swt-gtk and using its libraries in Eclipse wou

Re: New work on java-package

2012-01-10 Thread David Gerard
On 10 January 2012 20:38, Sylvestre Ledru wrote: > Le mardi 10 janvier 2012 à 20:32 +, David Gerard a écrit : >> Would you have to hand whatever scripts you used to maintain it? (And >> are these releasable?) > I don't understand your question. > sun-java6 packaging files are still available

Re: New work on java-package

2012-01-10 Thread Sylvestre Ledru
Le mardi 10 janvier 2012 à 20:32 +, David Gerard a écrit : > 2012/1/10 Sylvestre Ledru : > > > As the previous maintainer of sun-java6, I am willing to sponsor (and > > maintain) it. > > > Would you have to hand whatever scripts you used to maintain it? (And > are these releasable?) I don't

Re: New work on java-package

2012-01-10 Thread David Gerard
2012/1/10 Sylvestre Ledru : > As the previous maintainer of sun-java6, I am willing to sponsor (and > maintain) it. Would you have to hand whatever scripts you used to maintain it? (And are these releasable?) - d. -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subje

Re: New work on java-package

2012-01-10 Thread Cédric Pineau
Le 10 janvier 2012 03:19, Sylvestre Ledru a écrit : > As the previous maintainer of sun-java6, I am willing to sponsor (and > maintain) it. > > Please commit your work in the Debian Java team (git or svn, I don't > mind). > > Great :-) ! I uploaded it on git. I didn't import previous svn, just

Re: New work on java-package

2012-01-10 Thread Sylvestre Ledru
Bonjour Cédric, Le dimanche 01 janvier 2012 à 22:00 +0100, Cédric Pineau a écrit : > > To build upon several threads regarding java-package, I've played with > it on my side with the hope it could find his way back in debian (I > too need clean installs of Oracle java on debian, should it only be

Re: Help with java package (beast-mcmc) needed

2012-01-10 Thread Andreas Tille
On Tue, Jan 10, 2012 at 12:01:57PM +0100, Olivier Sallou wrote: > >> Usually, this kind of problem is due to the CLASSPATH not containing > >> jam.jar > > $ grep jam debian/rules > > export CLASSPATH := > > $(DEBJAR)/itext.jar:lib/beagle.jar:lib/mpj.jar:lib/org.boehn.kmlframework_20090320.jar:$(DE

Re: Help with java package (beast-mcmc) needed

2012-01-10 Thread Olivier Sallou
Le 1/10/12 10:59 AM, Andreas Tille a écrit : > Hi Sylvestre, > > On Tue, Jan 10, 2012 at 06:09:53AM +0100, Sylvestre Ledru wrote: >>> Exception in thread "main" java.lang.NoClassDefFoundError: >>> jam/console/ConsoleApplication >> Usually, this kind of problem is due to the CLASSPATH not contain

Re: Help with java package (beast-mcmc) needed

2012-01-10 Thread Andreas Tille
Hi Sylvestre, On Tue, Jan 10, 2012 at 06:09:53AM +0100, Sylvestre Ledru wrote: > > Exception in thread "main" java.lang.NoClassDefFoundError: > > jam/console/ConsoleApplication > Usually, this kind of problem is due to the CLASSPATH not containing > jam.jar $ grep jam debian/rules export CLASSPA

Re: Help with java package (beast-mcmc) needed

2012-01-10 Thread Sylvestre Ledru
Hi Andreas, Le dimanche 08 janvier 2012 à 21:42 +0100, Andreas Tille a écrit : > Hi, > $ logcombiner > Exception in thread "main" java.lang.NoClassDefFoundError: > jam/console/ConsoleApplication Usually, this kind of problem is due to the CLASSPATH not containing jam.jar Cheers, Sylvestre