Dean
if its surefire then look in ${project.folder}/target/surefire-reports you
should see
${GroupId}.${ArtifactId}.txt and
${GroupId}.${ArtifactId}.xml
search for
Failures: 1
Errors: 1
Martin
__
Verzicht und Vertraulichkeitanmerkung/Note de
So, I have a test hanging out of hundreds of tests, but unfortunately,
the log of
[junit] Beg com.xxx.Test
is logged AFTER the test completes so I can't see what test is failing
L..g..Hard to believe since ant 1.3 that this problem is
still an issue and the default hasn't
been