This was discussed just yesterday on this same email list...
You can also use the configuration <useFile>false to disable the creation of these files, and then surefire will direct its output to the command line rather than the files. Wayne On 10/6/06, Hilco Wijbenga <[EMAIL PROTECTED]> wrote:
Look in target/surefire-reports/. On 10/6/06, Stefan Arentz <[EMAIL PROTECTED]> wrote: > I'm trying to track down a bug in an open source project that is using maven > 2. When I run mvn test all I get is: > > Running org.mortbay.jetty.HttpParserTest > Tests run: 9, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec > <<< FAILURE! > > > without much more details. > > > Is there a simple way to get a more detailed report without having to > generate a whole web site? > > > Basically I just want to see what the JUnit testcase runner shows. The name > of the method that fails and the location of the assertion. > > S. > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
