Fileset patterns...

2006-06-28 Thread Juan Jimenez
Hi, Could someone please suggest a better way of achieving the following: Copying coverage data to ${temp.folder}/coverage Basically I would like something as short as:

Re: Command line parameter

2006-06-17 Thread Juan Jimenez
Easy...I use this trick to run/not run my unit tests: command line to run my unit tests: ant -Dunit.test=true build.all command line to skipt my unit tests: ant build.all ANT Script: ... ... Juan On 16/06/06, deepali sharma <[EMAIL PROTECTED]> wrote: Hi We have requirement like thi

Re: UnsatisfiedLinkError when invoking native library from junit task

2006-06-14 Thread Juan Jimenez
egant solution to my problem On 14/06/06, Juan Jimenez <[EMAIL PROTECTED]> wrote: Thank you for taking an interest. Our tests have always been forked and I do want to avoid hacks, which is why I am coming to this forum. This is what I have so far ( lib.package contains all sha

Re: UnsatisfiedLinkError when invoking native library from junit task

2006-06-14 Thread Juan Jimenez
Thank you for taking an interest. Our tests have always been forked and I do want to avoid hacks, which is why I am coming to this forum. This is what I have so far ( lib.package contains all shared objects ):

Re: UnsatisfiedLinkError when invoking native library from junit task

2006-06-14 Thread Juan Jimenez
For completeness, I am using: Apache Ant version 1.6.5 compiled on June 2 2005 java version "1.5.0_05" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05) Java HotSpot(TM) Server VM (build 1.5.0_05-b05, mixed mode) On 14/06/06, Juan Jimenez <[EMAIL PROTECTED]&g

UnsatisfiedLinkError when invoking native library from junit task

2006-06-14 Thread Juan Jimenez
Back in June 2004 there was a thread briefly discussing the problem of native libraries having dependencies on further native libraries and the apparent lack of support in ANT to modify Path or LD_LIBRARY_PATH as appropriate. I am facing the problem (which I explain in more detail below) and I am