junit showoutput="false" printsummary="true"
failureproperty="testFailed" errorproperty="testFailed"
This echos the info I'm interested in to the screen but also generates
output files. I wonder if there is a way to get the echo with out
generating the files?
Also the printsummary doesn't seem to turn off. If I change showoutput
and printsummary both to false I still get the output files (same
behavior if I don't set either).
Thanks again,
John
SMC - 06 Jul 2006 02:27 GMT
> junit showoutput="false" printsummary="true"
> failureproperty="testFailed" errorproperty="testFailed"
[quoted text clipped - 6 lines]
> and printsummary both to false I still get the output files (same
> behavior if I don't set either).
Try the value "off" instead of "false".
Also see the "formatter" section of the JUnit ant task doco:
http://ant.apache.org/manual/OptionalTasks/junit.html