Please excuse my ignorance, but I am new to ant and junit.

My unit test reads a file and outputs a file. my problem is as long as my unit tests 
do not read in or spit out a file
the test unit runs fine. what i get as an error when running with in ant and using 
junit it can't find the file
even thought:
1) the file is there
2) i run with java, from  line command, and it runs just fine
3) i run ant.java and it runs fine

Does anyone know why it can't find the file when using ant/junit but ant/java works 
fine?

Thanks in advance.
-mez

Reply via email to