Bugs item #623562, was opened at 2002-10-15 16:29 Message generated for change (Comment added) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=623562&group_id=22866
Category: JBossTest Group: CVS HEAD >Status: Closed >Resolution: Remind Priority: 6 Submitted By: Matthew Munz (mattmunz) >Assigned to: Laurent Etiemble (letiemble) Summary: System.out and System.err ineffective Initial Comment: I find it useful to place debug information in my test cases. When a test fails, a few well placed system.out's or log.debug()'s can help when trying to figure out what went wrong. This information is not making it to the console, or to the log file, as far as I can tell. If System.out and System.err are being redirected, they should be directed somewhere useful, like a log file, or the console. ---------------------------------------------------------------------- >Comment By: Laurent Etiemble (letiemble) Date: 2003-10-09 02:14 Message: Logged In: YES user_id=437455 If you want System.out and System.err in the Test report, please raise a feature request (with the patch, it is faster). ---------------------------------------------------------------------- Comment By: Archimedes Trajano (trajano) Date: 2002-10-17 07:04 Message: Logged In: YES user_id=55322 Is there a way of getting the JBoss server to write out System.out and SYstem.err messages using Log4J to the console? ---------------------------------------------------------------------- Comment By: Matthew Munz (mattmunz) Date: 2002-10-15 17:13 Message: Logged In: YES user_id=340814 Adrian, Thanks. I found it in the XML output. I think the HTML report should include this information. Perhaps this can be the focus of this defect report? ---------------------------------------------------------------------- Comment By: Adrian Brock (ejort) Date: 2002-10-15 16:43 Message: Logged In: YES user_id=9459 System.out and System.err are redirected to testsuite/output/reports at the bottom of each test log.debug is redirected to testsuite/output/log/test.log It is cleared for every new test Regards, Adrian ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=623562&group_id=22866 ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
