That was quick! Thanks for both your replies. I have a related question. This isn't really a unit test but rather an integration test - hence the need for a config file.
Is there a "maven" way to organise different types of tests. Currently I have "src/test/..." what I'd really like is: src/test/unit/... src/test/integration/... src/test/functional/... and then be able to easily run just one set of tests (or all). Cheers, D. -- View this message in context: http://www.nabble.com/Resource-file-needed-on-classpath-for-unit-test-tp17644825p17645810.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
