Re: Help wanted for iText library

2011-02-18 Thread Damien Raude-Morvan
Le vendredi 18 février 2011 22:50:15, Andreas Tille a écrit : > Hi, Hi Andreas, > I need iText PDF library as precondition for two biological packages. I > have given it a try with maven as recommended here. The source is > featuring a file ant/pom.xml and I hoped to be able to declare this > v

Help wanted for iText library

2011-02-18 Thread Andreas Tille
Hi, I need iText PDF library as precondition for two biological packages. I have given it a try with maven as recommended here. The source is featuring a file ant/pom.xml and I hoped to be able to declare this via debian/libitext-java.poms - but this somehow did not worked. So I simply copied t

Re: Netbeans update

2011-02-18 Thread Damien Raude-Morvan
Hi Andres, Le vendredi 18 février 2011 19:46:57, Andres Mejia a écrit : > Damien, was there an issue with getting libnb-platform-java and netbeans > uploaded to ftp-master? for the time being, no problem found: just lack enough time to thoroughly review these big source packages. I'll try to fin

Re: How to apply maven build system (Was: How to use Debian packaged freehep instead of upstream provided freehep.jar)

2011-02-18 Thread Thomas Zeeman
Hi, On Feb 18, 2011, at 8:55 AM, Andreas Tille wrote: > Hi, > > Please excuse for my ignorance but it seems that I need more detailed > advise. I applied this to the previosely suggested pom.xml (see > attachment) but now I get Sorry, my bad. I thought you had a bit more knowledge about maven

Netbeans update

2011-02-18 Thread Andres Mejia
Hi all, Damien, was there an issue with getting libnb-platform-java and netbeans uploaded to ftp-master? -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lis

Re: Next question for help in Java packaging: beast-mcmc

2011-02-18 Thread Andreas Tille
On Fri, Feb 18, 2011 at 04:37:53PM +0100, Vincent Fourmond wrote: > > This could mean that the version of jam in NEW was built without > support for one of its components (this can happen sometimes with > complex ant files), or that these components were split somehow. Where > can I get the pack

Re: Next question for help in Java packaging: beast-mcmc

2011-02-18 Thread Vincent Fourmond
On Wed, Feb 16, 2011 at 10:59 PM, Andreas Tille wrote: > when dealing with phylogenie related programs I found several Java based > programs up for packaging.  I've got FigTree close to ready - just one > JAR (iText PDF library) is up for isolation of binary JAR into separate > package (will be to

Re: Next question for help in Java packaging: beast-mcmc

2011-02-18 Thread Andreas Tille
On Fri, Feb 18, 2011 at 09:31:09AM -0500, Scott Howard wrote: > > ... but failed.  Any idea why this does not work? > > Is it failing when you try to execute the .jar? (Saying can't find jam.jar?) Yes. > I don't know the insides of jh_manifest and dh7 style commands, but I > usually see debian/

Joining the pkg-java team?

2011-02-18 Thread Nicolas Dandrimont
Hi, I'm in the process of packaging two java libraries (svgsalamander[1] and twitter4j[2]), as dependencies for replicatorg[3]. I would like to do this work under the umbrella of the pkg-java team, as I think those two libraries may be used by some other projects. I'm neither a DD nor a DM, so

Re: Next question for help in Java packaging: beast-mcmc

2011-02-18 Thread Andreas Tille
On Fri, Feb 18, 2011 at 02:06:54PM +0100, Niels Thykier wrote: > > jh_manifest follows the symlink and updates the original jar file rather > than creating a copy of the original jar file and updating that copy. > > That being said; java generally does not support multiple purpose jars > via the

Re: Next question for help in Java packaging: beast-mcmc

2011-02-18 Thread Andreas Tille
> >   jh_manifest > > Syntax error in debian/beast-mcmc.manifest > > (/usr/share/beast-mcmc/beast.jar) - perhaps you are missing a ":"? > > jh_manifest: Unknown line in debian/beast-mcmc.manifest > > (/usr/share/beast-mcmc/beast.jar), > > It looks like you're missing a : after the jar name (e.g

Re: How to apply maven build system (Was: How to use Debian packaged freehep instead of upstream provided freehep.jar)

2011-02-18 Thread Olivier Sallou
Hi, the plugin must be under other tags. Example: org.apache.maven.plugins maven-compiler-plugin 1.5 1.5 So your pom should look like: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 htt

Re: How to apply maven build system (Was: How to use Debian packaged freehep instead of upstream provided freehep.jar)

2011-02-18 Thread Andreas Tille
Hi, On Thu, Feb 17, 2011 at 07:49:52PM +0100, Thomas Zeeman wrote: > It means the application is using two features of java (annotations and > generics to be precise) which are only supported in Java 5+. To fix this you > need to set the source property of the maven-compiler-plugin in the build