I see, the problem is just depending on where it's run from. The other option is to include the file in the .jar and load it using getResourceAsStream(). I like this too. You have a patch and ready to commit or should I dig in along these lines?
Sean On Mon, Feb 2, 2009 at 4:15 PM, Grant Ingersoll <[email protected]> wrote: > Thanks! Also, I'm going to convert this test to be "self-contained" which > will make it work better in Maven w/o having to worry about where a file is > located, i.e.:
