l Message-
> From: glenn opdycke-hansen [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 26, 2006 7:24 AM
> To: ant user
> Subject: problem with junit/FileNotFound
>
> I have several ant scripts that invoke the next ant script via .
> The last ant script has a task that
Where you declare the directory, use
instead of
Basically, files/directories should be declared using the location
attribute.
Ben
-Original Message-
From: glenn opdycke-hansen [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 26, 2006 7:24 AM
To: ant user
Subject: problem with junit
I have several ant scripts that invoke the next ant script via .
The last ant script has a task that invokes Java code.
There is a problem in the Java code that the File class cannot find
the file with a relative path.
I can resolve this by using the complete path to the file.
This problem does no