Ray Krueger wrote: > This test only fails in Maven 2.0.5 > Executing "mvn clean test" with Maven 2.0.4 passes fine. This test > also passes fine when run directly in the IDE (IntelliJ for me). > > Maven really does not handle test failures well. There is no clue as > to what test failed, you only get "[INFO] There are test failures." > There should be some clue as to what test failed. Can the html report > be generated directly to get a summary? Can I run the > maven-surefire-report-plugin direclty? >
Ray, Here's the line from the automated build script (on linux) I use to find test failures: TESTFAILURES=`find -wholename ./*/surefire-reports/*.txt | xargs grep --context=6 -h FAILURE` Brad, Why do you need to build Acegi so desperately? It seems you are ending up getting sidetracked into dealing with maven issues rather than learning to use the framework. Why not just use the distribution or one of the nightly builds and work through the tutorial example? Luke -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523C http://www.monkeymachine.ltd.uk ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Home: http://acegisecurity.org Acegisecurity-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
