For those of you who use JUnit and Ant you might not be aware that in Ant
1.4 there's a nifty new <junitreport> task which will generate a nice HTML
report of all the unit tests that were run as part of the build.

I've upgraded dom4j's build to use this feature so that the new target of
'test-report' will run all the JUnit tests and create the nice HTML report
of all the tests with summaries by total, package, class and test allowing
drill-down a la javadoc.

Its really neat!

James


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to