DO NOT REPLY [Bug 25556] New: - Unimplemented interface

2003-12-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25556. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw/prefs Profileable.java

2003-12-16 Thread psmith
psmith 2003/12/16 01:20:05 Modified:src/java/org/apache/log4j/chainsaw/prefs Profileable.java Log: Simplified the Profileable interface. Revision ChangesPath 1.2 +2 -17 jakarta-log4j/src/java/org/apache/log4j/chainsaw/prefs/Profileable.java Index:

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw/prefs SettingsManager.java

2003-12-16 Thread psmith
psmith 2003/12/16 01:23:48 Modified:src/java/org/apache/log4j/chainsaw/prefs SettingsManager.java Log: Now the SettingsManager can handle instances of the Profileable interface and can load and save it's settings using it's own namespace (separate

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw/prefs default.properties

2003-12-16 Thread psmith
psmith 2003/12/16 01:24:15 Modified:src/java/org/apache/log4j/chainsaw/prefs default.properties Log: added the initial default LogPanel settings. Revision ChangesPath 1.8 +5 -0 jakarta-log4j/src/java/org/apache/log4j/chainsaw/prefs/default.properties

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

2003-12-16 Thread psmith
psmith 2003/12/16 01:25:02 Modified:src/java/org/apache/log4j/chainsaw LogUI.java Log: Tutorial frame now uses the Help icon for the frame. Revision ChangesPath 1.56 +1 -0 jakarta-log4j/src/java/org/apache/log4j/chainsaw/LogUI.java Index: LogUI.java

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

2003-12-16 Thread psmith
psmith 2003/12/16 01:26:00 Modified:src/java/org/apache/log4j/chainsaw LogPanelPreferencePanel.java Log: Jalopy formatting, plus added a missing property change listener to set the Level icon GUI elements. Revision ChangesPath 1.14 +329

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

2003-12-16 Thread psmith
psmith 2003/12/16 01:28:13 Modified:src/java/org/apache/log4j/chainsaw LogPanel.java Log: LogPanelPreferenceModel now saves via the Profileable interface using the LogPanel's identifier as it's namespace. Still need to move the Column and Colour rules over. These still

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw/prefs default.properties

2003-12-16 Thread psmith
psmith 2003/12/16 03:16:34 Modified:src/java/org/apache/log4j/chainsaw ChainsawToolBarAndMenus.java LogPanelPreferencePanel.java LogPanel.java LogPanelPreferenceModel.java

cvs commit: jakarta-log4j build.xml

2003-12-16 Thread ceki
ceki2003/12/16 05:04:03 Modified:.build.xml Log: reflecting examples - example/src renaming Revision ChangesPath 1.84 +1 -1 jakarta-log4j/build.xml Index: build.xml === RCS

RE: [PROPOSAL] Logging services top level project

2003-12-16 Thread guillaume
Hi, my vote, +1 for the projet update+1 for Ceki to be the first chairman. Regards, Guillaume Moulard [EMAIL PROTECTED]Project : LOG4PLSQL : Oracle Database Loggin toolssee : http://log4plsql.sourceforge.net/ Hello, Several months ago I floated the idea of creating a top level project covering

Re: Chainsaw and JDK 1.3

2003-12-16 Thread Raymond DeCampo
Raymond DeCampo wrote: Paul Smith wrote: On Tue, 2003-12-16 at 10:40, Raymond DeCampo wrote: We've probably been over this before, but what is the current status of Chainsaw relative to JDK 1.3.x? I recently tried to compile the trunk on JDK 1.3.1 but chainsaw did not compile. I think I've

cvs commit: jakarta-log4j build.xml

2003-12-16 Thread psmith
psmith 2003/12/16 17:59:01 Modified:.build.xml Log: fix build bug spotted by Raymond DeCampo, if the local system does not have JMX included. Revision ChangesPath 1.85 +1 -1 jakarta-log4j/build.xml Index: build.xml

Re: Chainsaw and JDK 1.3

2003-12-16 Thread Paul Smith
As promised, I got the latest from the trunk this morning and tried to compile chainsaw again on JDK 1.3.1. Compilation was fine; however, when I ran it I got a NoClassDefError for org/xml/sax/InputSource. When I modified the build.xml to include a copy of xercesImpl.jar and

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw LogPanelPreferencePanel.java LogPanel.java LogPanelPreferenceModel.java

2003-12-16 Thread psmith
psmith 2003/12/16 18:06:50 Modified:src/java/org/apache/log4j/chainsaw LogPanelPreferencePanel.java LogPanel.java LogPanelPreferenceModel.java Log: Exposed the logger Tree panel visibilty though the pref gui and the popup menu using

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

2003-12-16 Thread psmith
psmith 2003/12/16 22:12:48 Modified:src/java/org/apache/log4j/chainsaw LoggerNameTreePanel.java Log: Jalopy keeps wrapping Log statements with an if. Revision ChangesPath 1.22 +1 -10 jakarta-log4j/src/java/org/apache/log4j/chainsaw/LoggerNameTreePanel.java