Re: System.err & System.out

2005-12-08 Thread Nils Meier
Hi Jeremias > You sound as if using a System.out/err is a sacrilege. sorry, you're right - I should have checked the code whether the System.err/out make sense where left. Let me get back to you on that Thanks Nils

Re: System.err & System.out

2005-12-07 Thread Jeremias Maerki
You sound as if using a System.out/err is a sacrilege. Did you actually look at the places where these calls are used? Last time this subject was brought up I went through the whole codebase and did the cleaning up. What remains are perfectly legal uses of System.out/err. On 08.12.2005 03:27:39 Ni

Re: System.err

2005-11-14 Thread Jeremias Maerki
This is done now. Some printStackTrace() calls are left mainly in the Graphics2D implementations. That will be looked at when we move them to Commons. We'll have quite a pile of work before us to improve the whole exception handling. But that's not for today. Thanks for reminding us about fixing

Re: System.err

2005-11-14 Thread Jeremias Maerki
FYI, I'm working on that. The strategy is to remove stray System.out/err or Exception.printStackTrace() calls where possible, or pipe them to a logger instead. Some of those will need some additional work in the area of exception handling. On 13.11.2005 23:37:17 Nils Meier wrote: > Hello > > jus