: +1, this is the place to do it. you can get the test stats in : endTestSuite(JUnitTest suite) : and append it to a file (set from a sysprop). : : then later in the build, when the "tests.failed" sysprop is set, we : cat the file.
I hadn't even though of that ... i was assuming we'd need to implement the "BuildListener" interface and use the "taskFinished" method (like FailureRecorder does) to write the info to the console. -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
