Re: Help with CLASSPATH needed (Was: Need help with packaging: ...)

2012-01-17 Thread Andreas Tille
On Tue, Jan 17, 2012 at 11:44:06PM +0100, Ludovic Claude wrote: > You could have use: > > override_jh_build: > ant -Djavac.classpath=/usr/share/java/junit.jar:/usr/share/java/jdom1.jar Just out of academical interest I tried this but failed: -do-compile: [mkdir] Created dir: /tmp/buildd/li

Re: Help with CLASSPATH needed (Was: Need help with packaging: ...)

2012-01-17 Thread Ludovic Claude
> what might be the difference between ant-junit.jar and junit.jar ant-junit.jar is an extension for Ant which provides the task to Ant. It relies on junit.jar to provide the actual JUnit classes used to run the tests. > why it seems impossible to tweak a valid CLASSPATH into the build system wi

Re: Help with CLASSPATH needed (Was: Need help with packaging: ...)

2012-01-17 Thread Andreas Tille
On Tue, Jan 17, 2012 at 10:30:45AM +0100, Olivier Sallou wrote: > Could be something like: > > value="/usr/share/java/junit.jar:/usr/share/java/jdom1.jar > "/> You probably mean: or something like this. I tried different ways of doing this but failed (always with same result. What is ast

Re: Help with CLASSPATH needed (Was: Need help with packaging: ...)

2012-01-17 Thread Olivier Sallou
Le 1/17/12 10:23 AM, Andreas Tille a écrit : > On Mon, Jan 16, 2012 at 10:50:51PM +0100, Ludovic Claude wrote: >> javahelper is a generic collection of scripts for building Java sources, >> packaging them into a jar and building a Debian package. >> >> maven-debian-helper is designed for upstream

Help with CLASSPATH needed (Was: Need help with packaging: ...)

2012-01-17 Thread Andreas Tille
On Mon, Jan 16, 2012 at 10:50:51PM +0100, Ludovic Claude wrote: > > javahelper is a generic collection of scripts for building Java sources, > packaging them into a jar and building a Debian package. > > maven-debian-helper is designed for upstream projects which use Maven as > their build tool.