RE: Working directory confusion

2005-02-01 Thread Rick Genter
ED]> (781) 272-3080 x242 -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 01, 2005 12:53 PM To: Ant Users List Subject: RE: Working directory confusion > From: Rick Genter [mailto:[EMAIL PROTECTED] > > No, the basedir was correc

RE: Working directory confusion

2005-02-01 Thread Dominique Devienne
> From: Rick Genter [mailto:[EMAIL PROTECTED] > > No, the basedir was correct, but the cwd wasn't. > > For each test case I copy the jars required by that test case as well as > its test data into the test case's subdirectory. This allows each test > case to be a self-contained unit if I need to

RE: Working directory confusion

2005-02-01 Thread Rick Genter
-- Rick Genter Principal Engineer Silverlink Communications <mailto:[EMAIL PROTECTED]> (781) 272-3080 x242 -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 01, 2005 12:12 PM To: Ant Users List Subject: RE: Working directory confusion >

RE: Working directory confusion

2005-02-01 Thread Dominique Devienne
> From: Rick Genter [mailto:[EMAIL PROTECTED] > > My overall issue is that I'm trying to build an ant script that will run > a number of unit tests after it builds my product. Each test is in its > own test subdirectory; what I *really* wanted to do was use > using the genericantfile attribute to

RE: Working directory confusion

2005-02-01 Thread Rick Genter
nt: Tuesday, February 01, 2005 12:07 PM To: Ant Users List Subject: RE: Working directory confusion > From: Rick Genter [mailto:[EMAIL PROTECTED] > > I'm getting confused on how the notion of "current working directory" is > maintained in ant. Here's my test script

RE: Working directory confusion

2005-02-01 Thread Dominique Devienne
> From: Rick Genter [mailto:[EMAIL PROTECTED] > > I'm getting confused on how the notion of "current working directory" is > maintained in ant. Here's my test script: Yeah, I'm always been confused by it too ;-) > Calling sub1-test via task: > I stay away from