cvs commit: jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw TableColorizingRenderer.java LogUI.java JSortTable.java

2003-06-04 Thread sdeboy
sdeboy 2003/06/03 07:48:43 Modified:src/java/org/apache/log4j/chainsaw TableColorizingRenderer.java LogUI.java JSortTable.java Log: corrected sorted column-drag issue modified colorized rendering code to colorize level column updat

cvs commit: jakarta-log4j/src/java/org/apache/log4j/xml DOMConfigurator.java

2003-06-04 Thread ceki
ceki2003/06/03 11:44:18 Modified:src/java/org/apache/log4j/xml DOMConfigurator.java Log: Reformatted with Jalopy. No other changes. Revision ChangesPath 1.56 +472 -379 jakarta-log4j/src/java/org/apache/log4j/xml/DOMConfigurator.java Index: DOMConfigurator.j

cvs commit: jakarta-log4j/src/java/org/apache/log4j/helpers AppenderAttachableImpl.java

2003-06-04 Thread ceki
ceki2003/06/03 13:22:28 Modified:src/java/org/apache/log4j/helpers AppenderAttachableImpl.java Log: Reformatted with Jalopy. No other changes. Revision ChangesPath 1.8 +130 -79 jakarta-log4j/src/java/org/apache/log4j/helpers/AppenderAt

cvs commit: jakarta-log4j/src/java/org/apache/log4j Category.java

2003-06-04 Thread ceki
ceki2003/06/03 13:30:56 Modified:src/java/org/apache/log4j Category.java Log: Modified the Category implementation to use ReaderWrtierLock. Revision ChangesPath 1.74 +110 -74 jakarta-log4j/src/java/org/apache/log4j/Category.java Index: Category.java =

IDEA vs. Eclipse (was RE: Out of commission)

2003-06-04 Thread Mark Masterson
Hi Richard! >>how long ago you guys tried eclipse<< About a year ago. I've noticed that Eclipse has picked up some plug-ins, etc. that add some of the re-factoring features that IDEA has, etc. So it hasn't completely escaped me that the competition isn't standing still! :) But that sort of th

Re: [PATCH] JMX Spec violation

2003-06-04 Thread Bill Rossi
Your welcome. The fix was designed to be minimally intrusive into the existing codebase while fixing the problem. I'm not familiar with the design goals of the log4j jmx package, so I tried to modify it as little as possible. If there is something I can do to make it better, please let me know

cvs commit: jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw TableColorizingRenderer.java LogUI.java ChainsawToolBarAndMenus.java

2003-06-04 Thread sdeboy
sdeboy 2003/06/03 22:02:35 Modified:src/java/org/apache/log4j/chainsaw TableColorizingRenderer.java LogUI.java ChainsawToolBarAndMenus.java Log: Modified selected row color to default regardless of existing color filter. Corrected be

Fwd: [Patch] Make sure Avalon Facade and reflection work well together

2003-06-04 Thread Peter Donald
-- Forwarded Message -- Subject: [Patch] Make sure Avalon Facade and reflection work well together Date: Tue, 27 May 2003 06:19 pm From: Peter Donald <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Hi, Attached is a patch that makes sure that the correct logger object is named as

Re: Fwd: [Patch] Make sure Avalon Facade and reflection work well together

2003-06-04 Thread Ceki Gülcü
Thanks for the reminder. The patch will be applied shortly. At 09:16 PM 6/4/2003 +1000, you wrote: -- Forwarded Message -- Subject: [Patch] Make sure Avalon Facade and reflection work well together Date: Tue, 27 May 2003 06:19 pm From: Peter Donald <[EMAIL PROTECTED]> To: [EMA

cvs commit: jakarta-log4j/src/java/org/apache/log4j/varia Log4JAvalonLogger.java

2003-06-04 Thread ceki
ceki2003/06/04 04:31:42 Modified:src/java/org/apache/log4j/varia Log4JAvalonLogger.java Log: Applied the patch that makes sure that the correct logger object is named as caller in log messages. Based on submission by Peter Severin <[EMAIL PROTECTED]> originally sent to A