Hello All, I'm having a problem while running junit tasks, when the test is large.
I'm getting an out of memory exception, but I notice that the formatter (XML) is not flushing the file while it is running, it writes the whole file at the end of the test. Is it possible to set the formatter to write the file every time and not just at the end of the test? something like "autoflush". Thanks, JP