I'm running junit unit tests from ant through the junit task. There have been a few times where information will be printed to stdout, or exceptions will be thrown, and it's difficult to determine which unit test produced the output or exception. Is there any way to make ant's junit task print something like "now runining testMyUnitTest()" before it tries to execute each test, so it's clear where the output is coming from?
Thanks, Brendan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
