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