Try running "mvn test -Dsurefire.useFile=false" to see the error messages in your console. Otherwise, look in target/surefire-reports for text files that contains the error messages.
Matt On 5/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I've built a new project with M5 and have used the new appfuse:gen on a couple of objects. When I do a mvn jetty:run-war I am seeing some errors: Tests in error: testSearch(com.rave.chester.webapp.action.GameActionTest) testEdit(com.rave.chester.webapp.action.GameActionTest) testSave(com.rave.chester.webapp.action.GameActionTest) testRemove(com.rave.chester.webapp.action.GameActionTest) testSearch(com.rave.chester.webapp.action.MoveActionTest) testEdit(com.rave.chester.webapp.action.MoveActionTest) testSave(com.rave.chester.webapp.action.MoveActionTest) testRemove(com.rave.chester.webapp.action.MoveActionTest) Tests run: 9, Failures: 0, Errors: 8, Skipped: 0 My question to the list is 'is there an option I can user which will show me some nice detailed informaton as to why the above is occurring?' I've tried -e but it doesn't tell me much. The Trace mentions a BuildFailureException and a MojoFailureException lower down. Regards Marty --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
