Robert Scholte commented on Bug MEXEC-86

I think I understand why this was reverted: the outcome very unpredictable. I've written an IT, which switches from stream (out and err) after every line of text. But in the outputfile you won't get the same order. Even if I call the flush() after every new line.
Maybe somebody has a good suggestion.

If it's not written in the correct order, we need to find some other solution.
Some ideas:

  • Write System.out and System.err to separate files
  • Buffer the System.err, and add it at the end of the file
  • Add an option the specify a template for both output streams, like '[out] %s' and '[err] %s'
  • Add a big fat note

WDYT?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to