Re: problem with junit/FileNotFound

2006-04-26 Thread glenn opdycke-hansen
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

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

problem with junit/FileNotFound

2006-04-26 Thread glenn opdycke-hansen
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