Re: JUnit Task Working Directory

2005-08-21 Thread Stefan Bodewig
On Sat, 20 Aug 2005, Alan Gutierrez <[EMAIL PROTECTED]> wrote: > Is there a way to change directory, or can/should I pass in the > base direcotry using sysproperty? Yes, has a dir attribute, which only works if you run the task with fork="true". Stefan -

JUnit Task Working Directory

2005-08-20 Thread Alan Gutierrez
I've written test that reference files using relative paths. They are not failing when I run the build.xml using the Ant task from a build.xml in a parent directory. Is there a way to change directory, or can/should I pass in the base direcotry using sysproperty? -- Alan Gutie