Re: RFS: eclipse 3.8.1-8

2015-04-27 Thread tony mancill
On 04/27/2015 11:21 AM, Jakub Adam wrote: > Dear Java packagers, > > I'm looking for a sponsor for package "eclipse" > > * Package name: eclipse >Version : 3.8.1-8 Hi Jakub, I'll sponsor this. Cheers, tony signature.asc Description: OpenPGP digital signature

Bug#783538: RFP: libcommons-jcs-java -- Java Caching System

2015-04-27 Thread Bas Couwenberg
Package: wnpp Severity: wishlist * Package name: libcommons-jcs-java Version : 2.0~beta1 Upstream Author : The Apache Software Foundation * URL : http://commons.apache.org/proper/commons-jcs/ * License : Apache-2.0 Programming Lang: Java Description : Ja

RFS: eclipse 3.8.1-8

2015-04-27 Thread Jakub Adam
Dear Java packagers, I'm looking for a sponsor for package "eclipse" * Package name: eclipse Version : 3.8.1-8 Upstream Author : The Eclipse Foundation * URL : http://eclipse.org * License : EPL-1.0 Section : devel which builds those binary pac

Re: Help with Java package needed

2015-04-27 Thread Andreas Tille
Hi, On Mon, Apr 27, 2015 at 10:55:46AM -0400, The Wanderer wrote: > > > unix-0.5.jar: This seems to come from > > https://github.com/cathive/dbus-java > > but I'm not sure. Could anybody please confirm that this > > needs to be packaged or whether I'm missing som

jboss-logmanager and jboss-modules

2015-04-27 Thread Markus Koschany
Hi Emmanuel, it seems I missed your message on IRC. jboss-logmanager is ready but you also need jboss-modules to compile it. I've finished both packages a while ago but I wanted to wait and see if the effort to package Syncany was really serious before I would ask for sponsorship. If you need the

Re: Help with Java package needed

2015-04-27 Thread Andreas Tille
Hi Markus, On Mon, Apr 27, 2015 at 02:13:15PM +0200, Markus Koschany wrote: > > In the end you have to replace all embedded jar files. Yes, I understood this (if the package should go into main). BTW, formerly the file http://ftp-master.debian.org/users/twerner/jar-content.txt.gz was very

Re: Stretch Roadmap

2015-04-27 Thread Felix Natter
hello Miguel, Miguel Landaeta writes: > On Fri, Apr 24, 2015 at 07:56:56PM +0200, Felix Natter wrote: >> >> [...] >> >> I am using (toplevel build.gradle): >> repositories { >> flatDir name: '/usr/share/java', dir: '/usr/share/java' >> } >> >> and then (/build.gradle): >> compile ':swt' >>

Re: Help with Java package needed

2015-04-27 Thread Markus Koschany
On 27.04.2015 13:30, Andreas Tille wrote: > Hi Markus, > > On Mon, Apr 27, 2015 at 12:59:03PM +0200, Markus Koschany wrote: >> >> I think that's because the manifest file of mauve still references the >> embedded upstream jar in the ext directory. Since you use javahelper, >> you can create a mauv

Re: Help with Java package needed

2015-04-27 Thread Andreas Tille
Hi Markus, On Mon, Apr 27, 2015 at 12:59:03PM +0200, Markus Koschany wrote: > > I think that's because the manifest file of mauve still references the > embedded upstream jar in the ext directory. Since you use javahelper, > you can create a mauve.manifest or mauve.classpath file and override > t

Re: Packaging fest-swing and its dependencies

2015-04-27 Thread Emmanuel Bourg
Le 27/04/2015 12:56, Andreas Tille a écrit : > I'm a bit concerned about the lintian warning: > >W: libfest-reflect-java: missing-classpath libfest-util-java > > I'm not sure how to fix this. You can ignore this warning, it's not important. Emmanuel Bourg -- To UNSUBSCRIBE, email to deb

Re: Help with Java package needed

2015-04-27 Thread Markus Koschany
On 27.04.2015 12:42, Andreas Tille wrote: [...] > So for whatever reason zeus-jscl is not found. :-( > > Any further hint? Hi Andreas, I think that's because the manifest file of mauve still references the embedded upstream jar in the ext directory. Since you use javahelper, you can create a mau

Re: Packaging fest-swing and its dependencies

2015-04-27 Thread Andreas Tille
Hi Tim, with this patch (which I committed to Git) the package builds. I'm a bit concerned about the lintian warning: W: libfest-reflect-java: missing-classpath libfest-util-java I'm not sure how to fix this. BTW, I noticed that there is a src/test directory but the build log does not show

Re: Help with Java package needed

2015-04-27 Thread Emmanuel Bourg
Le 27/04/2015 12:42, Andreas Tille a écrit : > Caused by: java.lang.ClassNotFoundException: gr.zeus.ui.JConsole > at java.net.URLClassLoader$1.run(URLClassLoader.java:366) > at java.net.URLClassLoader$1.run(URLClassLoader.java:355) > at java.security.AccessController.doPriv

Re: Help with Java package needed

2015-04-27 Thread Andreas Tille
Hi Markus, On Sun, Apr 26, 2015 at 04:09:16PM +0200, Markus Koschany wrote: > > The problem is that in src/org/gel/mauve/MyConsole.java and in > src/org/gel/mauve/gui/MauveFrame.java the console variable is of type > JConsole but it should be JConsolePane. I would file an upstream bug > report fo

Bug#783472: ITP: maven-processor-plugin -- Maven plugin to process annotations for Java 6 at compile time

2015-04-27 Thread Emmanuel Bourg
Package: wnpp Severity: wishlist Owner: Emmanuel Bourg * Package name: maven-processor-plugin Version : 2.0.8 Upstream Author : Bartolomeo Sorrentino * URL : http://bsorrentino.github.io/maven-annotation-plugin/site3/ * License : LGPL-3+ Programming Lang: Jav

Re: Packaging fest-swing and its dependencies

2015-04-27 Thread Potter, Tim (Cloud Services)
On 26 Apr 2015, at 3:57 pm, Andreas Tille wrote: > [2] https://github.com/alexruiz/fest-swing-1.x OK here’s my attempt: http://anonscm.debian.org/cgit/pkg-java/fest-swing-1.x It’s not quite working as I couldn’t get rid of the jsr305-related Maven artefact error. It keeps wanting to hit the

Re: Packaging fest-swing and its dependencies

2015-04-27 Thread Potter, Tim (Cloud Services)
On 26 Apr 2015, at 3:57 pm, Andreas Tille wrote: > [4] git://anonscm.debian.org/pkg-java/fest-reflect.git I had to tweak the maven.rules file to get fest-reflect to build from scratch: diff --git a/debian/maven.rules b/debian/maven.rules index fb9b667..7c3c550 100644 --- a/debian/maven.rules ++