On Fri, Dec 2, 2011 at 9:30 AM, Yonik Seeley <[email protected]> wrote: > On Fri, Dec 2, 2011 at 9:23 AM, Robert Muir <[email protected]> wrote: >> no, its because ant does this buffering in its formatters. its not >> anything we do. > > Maybe it's a change in JUnit at some point then. In the past (the far > past), "plain" (or something like that) didn't buffer. Maybe there > was a way to not even use a formatter or something. All I know is > that I got it to work (again, in the far past).
OK, so if you add outputtoformatters="false" and showoutput="true", you will get incremental output (not to a file, but at least to the console that you ran ant from). -Yonik http://www.lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
