[xmlhammer-dev] [ xmlhammer-Bugs-1805639 ] Console does not work correctly
Brought to you by:
edankert
From: SourceForge.net <no...@so...> - 2007-10-01 19:09:23
|
Bugs item #1805639, was opened at 2007-10-01 12:57 Message generated for change (Settings changed) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1805639&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface Group: rc-2 >Status: Closed Resolution: Fixed Priority: 7 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Console does not work correctly Initial Comment: The Console view does and cannot work correctly being project specific, the only way it could work is if it was application specific instead or if a project would run using its own System.out/System.err read VM. ---------------------------------------------------------------------- Comment By: Edwin Dankert (edankert) Date: 2007-10-01 14:52 Message: Logged In: YES user_id=452928 Originator: YES By re-routing System.err/System.out based on the thread that they are called from, the console can work correctly. This is handled by registering the Console OutputStream with the thread used to run the project module. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1805639&group_id=145971 |