Hi I'm not sure if I'm simply missing something in the docs regarding Cactus and the Maven unit testing goals, but I'm having an issue with the classpath when Maven tries to compile my tests.
My tests reside in the /WEB-INF/src/test directory generated by Maven, and the tests import other classes from the application. When Maven attempts to compile the test classes, it cannot find the previously compiled application classes. If I run Maven in verbose mode, the classpath used by the tests includes all of my dependencies, but none of the application classes. Am I simply missing an option in my project.xml to include those classes? TIA bmj --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
