I recently 'mavenized' my project, breaking it up into several subprojects (common, ejb, war, ear). Now, I'm trying to unit test my EJB's and web projects, but I'm having extreme difficulty getting it working. How should cactus tests be run? Should there be src/test-cactus for every subproject that needs testing? Does each subproject need to be deployed as a war file for cactus to test them correctly?
I have used cactus extensively in my old build system, but since I've moved to maven (quite happily I might add), I have yet to get junit and cactus tests back into my project development. Ryan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
