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

Re: Help with Java package needed

2015-04-27 Thread The Wanderer
On 04/27/2015 at 10:36 AM, Andreas Tille wrote: > 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 > >htt

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: 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: Help with Java package needed

2015-04-27 Thread Andreas Tille
On Mon, Apr 27, 2015 at 12:50:56PM +0200, Emmanuel Bourg wrote: > 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(U

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

Re: Help with Java package needed

2015-04-26 Thread Andreas Tille
Hi Markus, On Sun, Apr 26, 2015 at 04:09:16PM +0200, Markus Koschany wrote: > > This is an upstream bug because mauve's code is incompatible with the > latest version of zeus-jscl and the code was split into JConsole.java > and JConsolePane.java years ago. I'm attaching a patch which at least > a

Re: Help with Java package needed

2015-04-26 Thread Markus Koschany
Hi, On 26.04.2015 07:20, Andreas Tille wrote: > Hi, > > I intent to package mauve[1] and prepared the package in Git[2]. I was > able to get rid of several JARs upstream included but it seems now it > starts to become tricky enough that I need some help. > > The Mauve download contains ext/zeus

Help with Java package needed

2015-04-25 Thread Andreas Tille
Hi, I intent to package mauve[1] and prepared the package in Git[2]. I was able to get rid of several JARs upstream included but it seems now it starts to become tricky enough that I need some help. The Mauve download contains ext/zeus-jscl.jar. The source of this is available here[3] and I thi