Where you declare the directory, use <property name="" location=""/> instead of <property name="" value=""/>
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/FileNotFound 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ************************************************************** This message, including any attachments, contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, please contact sender immediately by reply e-mail and destroy all copies. You are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. TIAA-CREF ************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
