Re: problem with junit/FileNotFound

2006-04-26 Thread glenn opdycke-hansen
That is how i am circumventing the FileNotFound exceptions. If the testing ant script (with junit) is called directly, then relative file paths work OK. If that script is invoked via another ant script then relative paths do not work. Is this a limitation of ant? Perhaps I coded something incorrec

RE: problem with junit/FileNotFound

2006-04-26 Thread Burgess, Benjamin
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/Fi