Hi Daniel, It looks like it's a limitation of the Maven junit-report plugin. Could you post a JIRA improvement report for the junit-report plugin. Although I haven't tested it, I believe you'll also not see stack trace information for pure junit tests when using Maven.
Thanks -Vincent > -----Original Message----- > From: Daniel Rabe [mailto:[EMAIL PROTECTED] > Sent: 04 November 2003 01:34 > To: '[EMAIL PROTECTED]' > Subject: Getting cactus error output into the report > > I'm using maven with the cactus plugin on Windows XP. If one of my cactus > tests gets an error (it throws an exception), a stack trace is emitted > into > the .txt and .xml files in target/test-cactus-reports/tomcat5x. However, > the > report that's generated by the cactus plugin only shows the exception > message. It would really be helpful to have the actual stack trace in the > report. Is there any way I can configure maven and/or the cactus plugin to > do this? > > Thanks, > Daniel Rabe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
