So, I have a test hanging out of hundreds of tests, but unfortunately, the log of
[junit] Beg com.xxx.Test is logged AFTER the test completes so I can't see what test is failing L......grrrr......Hard to believe since ant 1.3 that this problem is still an issue and the default hasn't been changed to log begin "before" the test starts.....I do realize there is some problems with doing this the way ant is designed but I figure there has to be a fix out there by now???? If so, please let me know the new way of doing it? This is such a common problem and I would like to fix it so in the Hudson and on a developers machine it always logs the test that is about to run so immediately, they Would know which test case. Thanks, Dean