I have several ant scripts that invoke the next ant script via <ant>.
The last ant script has a <junit> 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 not occur if the test ant script is directly invoked.
(sounds like a basedir problem.)

Suggestions?

--glenn

Reply via email to