I have a class that calls ClassLoader.getSystemResourceAsStream to retrieve an XML file. All is well when running the live code, and even when running JUnit from Eclipse. From surefire, the XML file is not found.
I sense that I'm missing something about class paths, but I can't find anything really apposite in the documentation. Help? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
