Re: Help getting missing classes found by prottest

2015-10-17 Thread Markus Koschany
Am 17.10.2015 um 08:59 schrieb Andreas Tille: > Hi again, > > I simply removed -init-macrodef-copylibs from the build target which was > probably a bit to dumb as a solution. Now the classes ar built but it > seems copylibs is the part of netbeans that creates the JAR. I'm sure > some Java progr

Re: Help getting missing classes found by prottest

2015-10-16 Thread Andreas Tille
Hi again, I simply removed -init-macrodef-copylibs from the build target which was probably a bit to dumb as a solution. Now the classes ar built but it seems copylibs is the part of netbeans that creates the JAR. I'm sure some Java programmer will give a hint how to replace it for the Debian pa

Re: Help getting missing classes found by prottest

2015-10-16 Thread Andreas Tille
Hi On Fri, Oct 16, 2015 at 11:32:18PM +0200, Emmanuel Bourg wrote: > Le 16/10/2015 23:26, Markus Koschany a écrit : > > > P.S.: Please note that the swing-worker.jar is still imported from the > > libs directory. I don't know if this one is already packaged for Debian. > > I don't think we have

Re: Help getting missing classes found by prottest

2015-10-16 Thread Emmanuel Bourg
Le 16/10/2015 23:26, Markus Koschany a écrit : > P.S.: Please note that the swing-worker.jar is still imported from the > libs directory. I don't know if this one is already packaged for Debian. I don't think we have it, but SwingWorker is a standard class of the JDK since Java 6, it should be ea

Re: [Debian-med-packaging] Help getting missing classes found by prottest

2015-10-16 Thread Sascha Steinbiss
Hi Andreas, […] > i[mkdir] Created dir: /build/prottest-3.4+dfsg/build/empty >[javac] Compiling 120 source files to > /build/prottest-3.4+dfsg/build/classes >[javac] > /build/prottest-3.4+dfsg/src/main/java/es/uvigo/darwin/prottest/ProtTest.java:23: > error: package mpi does not exi

Re: Help getting missing classes found by prottest

2015-10-16 Thread Markus Koschany
Am 16.10.2015 um 22:26 schrieb Andreas Tille: > Hi, > > I try to package prottest[1] but I get errors of kind > > i[mkdir] Created dir: /build/prottest-3.4+dfsg/build/empty > [javac] Compiling 120 source files to > /build/prottest-3.4+dfsg/build/classes > [javac] > /build/prottest-3

Help getting missing classes found by prottest

2015-10-16 Thread Andreas Tille
Hi, I try to package prottest[1] but I get errors of kind i[mkdir] Created dir: /build/prottest-3.4+dfsg/build/empty [javac] Compiling 120 source files to /build/prottest-3.4+dfsg/build/classes [javac] /build/prottest-3.4+dfsg/src/main/java/es/uvigo/darwin/prottest/ProtTest.java:23: