Re: another unit-test question

2003-03-04 Thread Erik Hatcher
On Tuesday, March 4, 2003, at 07:42 PM, Erik Price wrote: Great. ${ant.home} was exactly what I needed. (Actually, it didn't work at first, and I wondered if I had done something wrong but my build file seemed to be right. It turns out that junit.jar doesn't work if it's a symlink [at least

another unit-test question

2003-03-04 Thread Erik Price
I have one other question (where I am uncertain of the "best practice"). Following along in "Java Development with Ant", in the context of using JUnit for unit testing. It is recommended to keep test code separate from production code in the filesystem, using unique directory trees. This make