Francis,

junitreport merges the xml generated by the junit task so
why don't you parse the xml files generated by the junitreport task
to find the things that you want?


Le Friday 10 April 2009 21:33:05 supareno, vous avez écrit :
Francis,

have a look at

http://ant.apache.org/manual/OptionalTasks/junitreport.html

html reports are great!


I know about HTML reports, but this is not what I want. We use a nabaztag rabbit and want to make it tell, at the end of a JUnit run, how many tests have been run, how many have succeeded and how many have failed.

We can already make it squeak if compile fails, if test compile fails, and if JUnit fails. But we don't have the details of the JUnit failed run. I guess I'll have to tweak the JUnit source code...

Thanks,


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to