I've got a unit test that needs to read a data file, i.e.
InputStream in = getClass().getResourceAsStream("foo.xml");

Within Eclipse the file is found, however when running the
test from within Maven the resource is not found (i.e. in is null).

Any ideas?

ct



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to