DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31056>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31056 ------- Additional Comments From [EMAIL PROTECTED] 2005-03-28 01:13 ------- This bug causes lost output when log4j, ANT and JUnit are used to run tests. Since the ANT <junit> task captures System.out and System.err in its XML result files, the best way to keep the logging statements and test results together is to configure log4j to use the ConsoleAppender and write to System.out. Unfortunately, if the <junit> task is forked, System.out is reset after log4j is configured and the logging statements are not captured. There appears to have been no activity on this bug sine Erik submitted it over six months ago. If someone could adopt this bug and apply Erik's patch, that would be great. If Erik's patch is in some way deficient, I'll volunteer to fix the issues if I get reasonable assurance that the resulting patch will be applied. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
