: > Hmmm.. i wonder if some default behavior changed in an option (or in a : > formatter)
: My 'working' setup: : apache-ant-1.6.5 : junit-4.1 : : The one that puts all the output to stdout: : apache-ant-1.7.0 : junit-4.1 (or junit-3.8.1) I'm seeing the same thing now that i'm playing arround with Ant 1.7 ... it appears that <junit>'s printsummary="withOutAndErr" didn't use to do what it advertised, and now it does. i'm going to change that to printsummary="on" which does what it seems we all want it to do in both 1.7 and 1.6.5 ... setting the junit.details property forces the full dump of info to the consolr for people who want it (Erik set that up a while back i believe) all output allways goes the test's xml log file. -Hoss