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

2003-12-31 Thread psmith
psmith 2003/12/30 23:03:34 Modified:src/java/org/apache/log4j/chainsaw LogUI.java Log: moved some code within the acivation area into new methods. added the ChainsawCentral as a hard coded plugin for now. Revision ChangesPath 1.66 +170 -150 jakarta-log4j/src

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

2003-12-31 Thread psmith
psmith 2003/12/30 23:04:03 Modified:src/java/org/apache/log4j/chainsaw/messages MessageCenter.java src/java/org/apache/log4j/chainsaw ChainsawStatusBar.java Log: Removed the Message Center from being accessed via the status bar. Revision

cvs commit: jakarta-log4j/src/xdocs chainsaw.xml

2004-02-29 Thread psmith
psmith 2004/02/29 13:32:03 Modified:src/xdocs chainsaw.xml Log: changed the way some a name ... blocks worked as it affects some browsers. Revision ChangesPath 1.5 +5 -5 jakarta-log4j/src/xdocs/chainsaw.xml Index: chainsaw.xml

cvs commit: logging-log4j build.xml

2004-05-11 Thread psmith
psmith 2004/05/11 15:17:23 Modified:.build.xml Log: Applied patch from James Stauffer so that sub-directories of the db package are also included in the jar output. Revision ChangesPath 1.97 +1 -1 logging-log4j/build.xml Index: build.xml

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw ChainsawConstants.java

2004-05-13 Thread psmith
psmith 2004/05/13 19:43:08 Modified:src/java/org/apache/log4j/chainsaw ChainsawConstants.java Log: added the constant for the release notes url. Revision ChangesPath 1.11 +4 -1 logging-log4j/src/java/org/apache/log4j/chainsaw/ChainsawConstants.java Index

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw ChainsawToolBarAndMenus.java

2004-05-13 Thread psmith
psmith 2004/05/13 19:43:36 Modified:src/java/org/apache/log4j/chainsaw ChainsawToolBarAndMenus.java Log: added the release notes action into the Help menu. Revision ChangesPath 1.42 +1 -0 logging-log4j/src/java/org/apache/log4j

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/version VersionManager.java

2004-05-13 Thread psmith
psmith 2004/05/13 20:19:57 Added: src/java/org/apache/log4j/chainsaw/version VersionManager.java Log: This class really just tracks a version string, which is hard coded, but might eventually be Ant'fied to have an incremental build version

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/help release-notes.html

2004-05-14 Thread psmith
psmith 2004/05/13 23:57:50 Modified:src/java/org/apache/log4j/chainsaw/help release-notes.html Log: updated release notes and version identifier. Revision ChangesPath 1.2 +5 -2 logging-log4j/src/java/org/apache/log4j/chainsaw/help/release-notes.html

cvs commit: logging-log4j/src/java/org/apache/log4j/pattern ClassNamePatternConverter.java LineLocationPatternConverter.java FullLocationPatternConverter.java FileLocationPatternConverter.java MethodLocationPatternConverter.java

2004-05-10 Thread psmith
psmith 2004/05/10 15:24:22 Modified:src/java/org/apache/log4j/pattern ClassNamePatternConverter.java LineLocationPatternConverter.java FullLocationPatternConverter.java

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/filter FilterModel.java EventTypeEntryContainer.java

2004-05-10 Thread psmith
psmith 2004/05/10 15:26:44 Modified:src/java/org/apache/log4j/chainsaw ChainsawCyclicBufferTableModel.java ColumnComparator.java src/java/org/apache/log4j/chainsaw/filter FilterModel.java

cvs commit: logging-log4j/src/java/org/apache/log4j/net SocketAppender.java

2004-05-09 Thread psmith
psmith 2004/05/09 15:29:39 Modified:src/java/org/apache/log4j/net SocketAppender.java Log: Changed so that failure to connect to a remote Socket doesn't output ugly stack trace, but it is still an error, and you still get the underlying Exception message string, without having

cvs commit: logging-log4j/src/java/org/apache/log4j/net SocketAppender.java

2004-05-09 Thread psmith
psmith 2004/05/09 15:33:59 Modified:src/java/org/apache/log4j/net SocketAppender.java Log: oops, should have used the getMessage rather than rely on exception's toString method. Revision ChangesPath 1.23 +1 -1 logging-log4j/src/java/org/apache/log4j/net

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/plugins ChainsawCentral.java

2004-05-15 Thread psmith
psmith 2004/05/14 23:29:31 Modified:src/java/org/apache/log4j/chainsaw/plugins ChainsawCentral.java Log: Removed the Data Rate graph and label from this panel. Would have looked prty if I'd finished it, and considering it doesn't give the user

cvs commit: logging-log4j build.xml

2004-05-15 Thread psmith
psmith 2004/05/14 23:30:11 Modified:.build.xml Log: makes sure that the new vfs package that is coming doesn't intrude on the build process. Revision ChangesPath 1.98 +1 -1 logging-log4j/build.xml Index: build.xml

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/vfs - New directory

2004-05-15 Thread psmith
psmith 2004/05/14 23:31:42 logging-log4j/src/java/org/apache/log4j/chainsaw/vfs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/vfs FileSystemTreePanel.java VFSPlugin.java

2004-05-15 Thread psmith
psmith 2004/05/14 23:31:48 Added: src/java/org/apache/log4j/chainsaw/vfs FileSystemTreePanel.java VFSPlugin.java Log: Shell classes for the portion of the VFS GUI plugni that could be started. To use it will require the Jakarta VFS package

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

2004-05-15 Thread psmith
psmith 2004/05/14 23:32:44 Modified:src/java/org/apache/log4j/chainsaw LogUI.java Log: added tiny bit of code to start the VFS Plugin using reflection, if and only if the class can be found on the classpath. This gets around conditions where VFS and it's dependencies

cvs commit: logging-log4j/docs/images chainsaw-fullscreen-small.jpg chainsaw-fullscreen.jpg

2004-05-16 Thread psmith
psmith 2004/05/16 20:32:34 Added: docs/images chainsaw-fullscreen-small.jpg chainsaw-fullscreen.jpg Log: added new screen shot done by Scott for use on the website. Revision ChangesPath 1.1 logging-log4j/docs/images/chainsaw

cvs commit: logging-log4j/src/xdocs chainsaw.xml

2004-05-16 Thread psmith
psmith 2004/05/16 20:32:42 Modified:src/xdocs chainsaw.xml Log: updated image url to latest image. Revision ChangesPath 1.7 +2 -1 logging-log4j/src/xdocs/chainsaw.xml Index: chainsaw.xml

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/help release-notes.html

2004-05-17 Thread psmith
psmith 2004/05/17 17:39:55 Modified:src/java/org/apache/log4j/chainsaw/version VersionManager.java src/java/org/apache/log4j/chainsaw LoggerNameTreePanel.java src/java/org/apache/log4j/chainsaw/help release-notes.html Log

cvs commit: logging-log4j/src/xdocs chainsaw.xml

2004-05-17 Thread psmith
psmith 2004/05/17 20:06:25 Modified:src/xdocs chainsaw.xml Log: updated with the Java Web Start link... Be nice to have a nice image button but can't find anything that has an explicit licence grant to use it at will, so defering to simple text link for now. Revision

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/icons Server16.gif Server24.gif ChainsawIcons.java

2004-05-18 Thread psmith
psmith 2004/05/18 17:08:51 Modified:src/java/org/apache/log4j/chainsaw/icons ChainsawIcons.java Added: src/java/org/apache/log4j/chainsaw/icons Server16.gif Server24.gif Log: added new server icon from the Java Icon repository. We'll use

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/vfs VFSNode.java FileObjectTable.java DirectoryListTableModel.java FileSystemTreePanel.java VFSPlugin.java

2004-05-18 Thread psmith
psmith 2004/05/18 17:11:08 Modified:src/java/org/apache/log4j/chainsaw/vfs FileSystemTreePanel.java VFSPlugin.java Added: src/java/org/apache/log4j/chainsaw/vfs VFSNode.java FileObjectTable.java DirectoryListTableModel.java Log

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/vfs VFSPlugin.java

2004-05-19 Thread psmith
psmith 2004/05/18 23:12:46 Modified:src/java/org/apache/log4j/chainsaw/vfs VFSPlugin.java Log: shutdown now calls the FileSystemManager shutdown. the rather hard coded loadLocalFileSystem method now initiates a back task to check what children objects are out there. PR

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/vfs VFSPlugin.java

2004-05-19 Thread psmith
psmith 2004/05/19 20:57:23 Modified:src/java/org/apache/log4j/chainsaw/vfs VFSPlugin.java Log: Thanks to Mario of the VFS team, no longer have to manually work out what VFS schemes are available on the class path. Much cleaner! Thanks Mario. Added an inner action object

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/vfs DirectoryListTableModel.java

2004-05-19 Thread psmith
psmith 2004/05/19 20:58:08 Modified:src/java/org/apache/log4j/chainsaw/vfs DirectoryListTableModel.java Log: This model can now be poplutated and cleared of FileObjects, and can render the details of the correctly. Revision ChangesPath 1.2

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/vfs FileSystemTreePanel.java

2004-05-19 Thread psmith
psmith 2004/05/19 20:59:12 Modified:src/java/org/apache/log4j/chainsaw/vfs FileSystemTreePanel.java Log: refactored the tree gui initialisation into it's own method. Added a custom tree cell renderer so the icons are rendered better. Revision

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/messages MessageCenter.java

2004-05-20 Thread psmith
psmith 2004/05/20 16:09:57 Modified:src/java/org/apache/log4j/chainsaw/messages MessageCenter.java Log: Changed so that only DEBUG messages are shown in the MessageCenter when the log4j.debug property has been set to true. Revision ChangesPath

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/vfs VFSUtils.java

2004-05-20 Thread psmith
psmith 2004/05/20 16:11:14 Modified:src/java/org/apache/log4j/chainsaw/vfs VFSUtils.java Log: removed (moved) a method into a more appropriate class, it is not really a utility method, as it is really specific to a particular function. Revision ChangesPath 1.2

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/vfs VFSPlugin.java

2004-05-20 Thread psmith
psmith 2004/05/20 21:22:10 Modified:src/java/org/apache/log4j/chainsaw/vfs VFSPlugin.java Log: If the user has elected to auto load all the local file systems, we should honour that. Revision ChangesPath 1.6 +31 -15 logging-log4j/src/java/org/apache/log4j

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/vfs DirectoryListTableModel.java

2004-05-20 Thread psmith
psmith 2004/05/20 21:23:23 Modified:src/java/org/apache/log4j/chainsaw/vfs DirectoryListTableModel.java Log: Implemented SortTableModel for extra sort goodness. Hmmm... Sortable... Revision ChangesPath 1.3 +81 -2 logging-log4j/src

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/vfs FileObjectTable.java

2004-05-20 Thread psmith
psmith 2004/05/20 21:24:16 Modified:src/java/org/apache/log4j/chainsaw/vfs FileObjectTable.java Log: Table looks much nice with row striping and alignment. Also added the sort feature. Remind me to buy Claude Scott an extra beer. Nice and easy. Revision Changes

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/vfs FileObjectTable.java

2004-05-20 Thread psmith
psmith 2004/05/20 21:53:01 Modified:src/java/org/apache/log4j/chainsaw/vfs FileObjectTable.java Log: fixed bug where if the row was selected, the alignment of some columns was incorrect. Thanks to Scott for picking that one up. Revision ChangesPath 1.3 +3

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/vfs VFSPlugin.java

2004-05-21 Thread psmith
psmith 2004/05/21 03:13:30 Modified:src/java/org/apache/log4j/chainsaw/vfs VFSPlugin.java Log: Looks like there was a race condition between the child directory locator thread that updates the Tree and the child file locator thread that populates the table. Properly

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/vfs VFSPluginPreferenceModel.java

2004-05-22 Thread psmith
psmith 2004/05/22 01:02:36 Modified:src/java/org/apache/log4j/chainsaw/vfs VFSPluginPreferenceModel.java Log: Added previewSize property, plus some TODOs with ideas for other preview related prefs. Revision ChangesPath 1.2 +19 -0

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/vfs DirectoryListTableModel.java

2004-05-22 Thread psmith
psmith 2004/05/22 01:03:33 Modified:src/java/org/apache/log4j/chainsaw/vfs DirectoryListTableModel.java Log: added method to retrieve the FileObject for a given row, if any. Revision ChangesPath 1.4 +11 -0 logging-log4j/src/java/org

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/vfs FileObjectTable.java

2004-05-22 Thread psmith
psmith 2004/05/22 01:04:17 Modified:src/java/org/apache/log4j/chainsaw/vfs FileObjectTable.java Log: expose the table. added delegate method to retrieve the FileObject for a given row. Revision ChangesPath 1.4 +16 -0 logging-log4j/src/java/org/apache

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/vfs VFSPlugin.java

2004-05-22 Thread psmith
psmith 2004/05/22 01:06:35 Modified:src/java/org/apache/log4j/chainsaw/vfs VFSPlugin.java Log: Note: Eclipse M9 did more formatting to this file than I would have liked... Added an Action object to retrieve the contents of the file and generate a Prewiew of it. You can

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/help release-notes.html

2004-05-24 Thread psmith
psmith 2004/05/24 15:25:30 Modified:src/java/org/apache/log4j/chainsaw/version VersionManager.java src/java/org/apache/log4j/chainsaw/receivers ReceiversTreeModel.java ReceiversPanel.java src/java/org/apache

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/help release-notes.html

2004-05-24 Thread psmith
psmith 2004/05/24 18:01:02 Modified:src/java/org/apache/log4j/net SocketHubReceiver.java SocketNode.java src/java/org/apache/log4j/chainsaw/version VersionManager.java src/java/org/apache/log4j/chainsaw/help

cvs commit: logging-log4j/src/java/org/apache/log4j/plugins PluginRegistry.java

2004-05-24 Thread psmith
psmith 2004/05/24 21:45:22 Modified:src/java/org/apache/log4j/net SocketHubReceiver.java SocketNode.java SocketReceiver.java src/java/org/apache/log4j/plugins PluginRegistry.java Log: [Please review this change, particularly

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/help release-notes.html

2004-05-25 Thread psmith
psmith 2004/05/25 15:37:39 Modified:src/java/org/apache/log4j/chainsaw/version VersionManager.java src/java/org/apache/log4j/chainsaw/receivers known.receivers ReceiversHelper.java tests/src/java/org/apache

cvs commit: logging-log4j build.xml

2004-06-09 Thread psmith
psmith 2004/06/09 02:29:17 Modified:.build.xml Log: This change gets around the condition where you use the 'j2ee.jar', which includes the classes needed for the JMS side of things, and SOME of the classes that JMX needs. Otherwise the JMX check will pass, but won't

cvs commit: logging-log4j/src/java/org/apache/log4j/net JMSReceiver.java

2004-06-09 Thread psmith
psmith 2004/06/09 02:31:33 Modified:src/java/org/apache/log4j/net JMSReceiver.java Log: Applied a patch supplied by Stephen Pain that allows for a property that is used to load a jndi.properties file, which is required for some J2EE servers such as weblogic

cvs commit: logging-log4j/src/java/org/apache/log4j/net JMSReceiverBeanInfo.java

2004-06-09 Thread psmith
psmith 2004/06/09 02:32:40 Added: src/java/org/apache/log4j/net JMSReceiverBeanInfo.java Log: This adds the missing BeanInfo class for the JMSReceiver so only the relevant properties appear in the buit-in Receiver editor of Chainsaw. Revision ChangesPath 1.1

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/help release-notes.html

2004-06-09 Thread psmith
psmith 2004/06/09 02:32:57 Modified:src/java/org/apache/log4j/chainsaw/version VersionManager.java src/java/org/apache/log4j/chainsaw/help release-notes.html Log: Updated release notes and version. Revision ChangesPath 1.7 +1

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/filter EventTypeEntryContainer.java

2004-06-10 Thread psmith
psmith 2004/06/10 00:28:10 Modified:src/java/org/apache/log4j/chainsaw/filter EventTypeEntryContainer.java Log: This fixes an NPE that can occur. Stephen Pain noticed that when a Receiver is restarted in Chainsaw, the GUI looks fine, but no events

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/receivers ReceiversPanel.java

2004-06-16 Thread psmith
psmith 2004/06/16 17:11:58 Modified:src/java/org/apache/log4j/chainsaw/receivers ReceiversPanel.java Log: Found another condition where Receivers could start to appear duplicated. Thanks to Stephen Pain for convincing me that it really does still happen

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/plugins PluginClassLoaderFactory.java

2004-06-16 Thread psmith
psmith 2004/06/16 17:14:18 Modified:src/java/org/apache/log4j/chainsaw/plugins PluginClassLoaderFactory.java Log: This class is now a Singleton for access within Chainsaw. Revision ChangesPath 1.3 +18 -3 logging-log4j/src/java/org

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/receivers ReceiversHelper.java

2004-06-16 Thread psmith
psmith 2004/06/16 17:15:26 Modified:src/java/org/apache/log4j/chainsaw/receivers ReceiversHelper.java Log: When creating a Receiver from the GUI, it now does not use the TCCL, but uses the PluginClassloader which is specific to Chainsaw. Revision

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

2004-06-16 Thread psmith
psmith 2004/06/16 17:17:55 Modified:src/java/org/apache/log4j/chainsaw/prefs default.properties Log: default property says that it is NOT ok to remove the SecurityManager. Revision ChangesPath 1.19 +3 -0 logging-log4j/src/java/org/apache/log4j/chainsaw/prefs

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/help release-notes.html

2004-06-16 Thread psmith
psmith 2004/06/16 17:18:05 Modified:src/java/org/apache/log4j/chainsaw/help release-notes.html Log: updated release notes. Revision ChangesPath 1.22 +7 -0 logging-log4j/src/java/org/apache/log4j/chainsaw/help/release-notes.html Index: release-notes.html

cvs commit: logging-log4j build.xml

2004-06-16 Thread psmith
psmith 2004/06/16 19:03:53 Modified:.build.xml Log: This change adds a Web start specific build feature. If you don't use the webstart target, this build file works as expected. The Web start build excludes the JMSReceiver + DBReceiver from the core jar

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

2004-06-22 Thread psmith
psmith 2004/06/22 00:14:48 Modified:src/java/org/apache/log4j/chainsaw LogUI.java Log: This change makes any jar in the plugins directory given an AllPermssion policy setting. Revision ChangesPath 1.100 +25 -3 logging-log4j/src/java/org/apache/log4j/chainsaw

cvs commit: logging-log4j/src/java/org/apache/log4j/net JMSReceiver.java

2004-06-27 Thread psmith
psmith 2004/06/27 16:54:41 Modified:src/java/org/apache/log4j/net JMSReceiver.java Log: Applied patch from Stephen Pain that ensures the isEquivalent method does not get confused by 2 JMSReceivers with different jndi.properties. Revision ChangesPath 1.7 +5 -2

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw ChainsawConstants.java

2004-07-20 Thread psmith
psmith 2004/07/20 15:19:15 Modified:src/java/org/apache/log4j/chainsaw ChainsawConstants.java Log: Modified the Odd_Row colour to be slightly more grey, as it sometimes appears white on some screens, and therefore taking away from the niceness of row striping. Revision

cvs commit: logging-log4j/src/java/org/apache/log4j/xml Log4jEntityResolver.java

2004-07-20 Thread psmith
psmith 2004/07/20 15:20:31 Modified:src/java/org/apache/log4j/xml Log4jEntityResolver.java Log: changed LogLog level to be debug. This method is getting called a LOT when you read in an XML file inside Chainsaw, and Debug seems more appropriate. I think. Revision Changes

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/help release-notes.html

2004-07-20 Thread psmith
psmith 2004/07/20 15:22:27 Modified:src/java/org/apache/log4j/chainsaw/version VersionManager.java src/java/org/apache/log4j/chainsaw ChainsawAbout.java src/java/org/apache/log4j/chainsaw/help release-notes.html Log: Updated

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/help release-notes.html

2004-08-03 Thread psmith
psmith 2004/08/03 20:48:13 Modified:src/java/org/apache/log4j/chainsaw/version VersionManager.java src/java/org/apache/log4j/chainsaw FileLoadAction.java src/java/org/apache/log4j/xml XMLDecoder.java src/java/org

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/help release-notes.html

2004-08-19 Thread psmith
psmith 2004/08/19 15:36:45 Modified:src/java/org/apache/log4j/chainsaw/version VersionManager.java src/java/org/apache/log4j/chainsaw/receivers known.receivers tests/src/java/org/apache/log4j/chainsaw/receivers

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

2004-08-25 Thread psmith
psmith 2004/08/25 15:26:22 Modified:src/java/org/apache/log4j Category.java Log: Following on from Yoav's effort, added the 'isTraceEnabled' method inline with isDebugEnabled as requested in Bug #30850. PR: 30850 Revision ChangesPath 1.88 +18 -3 logging

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/dnd - New directory

2004-09-01 Thread psmith
psmith 2004/09/01 17:30:07 logging-log4j/src/java/org/apache/log4j/chainsaw/dnd - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/dnd FileDnDTarget.java

2004-09-01 Thread psmith
psmith 2004/09/01 17:30:19 Modified:src/java/org/apache/log4j/chainsaw/version VersionManager.java src/java/org/apache/log4j/chainsaw ChainsawTabbedPane.java LogUI.java FileLoadAction.java

cvs commit: logging-log4j/tests/input/multiplex - New directory

2004-10-17 Thread psmith
psmith 2004/10/17 16:24:08 logging-log4j/tests/input/multiplex - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: logging-log4j/tests/input/rolling - New directory

2004-10-17 Thread psmith
psmith 2004/10/17 16:24:08 logging-log4j/tests/input/rolling - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: logging-log4j/src/java/org/apache/log4j/multiplex - New directory

2004-10-17 Thread psmith
psmith 2004/10/17 16:24:08 logging-log4j/src/java/org/apache/log4j/multiplex - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: logging-log4j/tests build.xml

2004-10-17 Thread psmith
psmith 2004/10/17 16:24:13 Modified:testsbuild.xml Added: tests/input/multiplex configTest-1.xml tests/src/java/org/apache/log4j/multiplex MultiplexAppenderTest.java src/java/org/apache/log4j/multiplex

cvs commit: logging-log4j/src/java/org/apache/log4j/varia ListAppender.java ListModelAppender.java

2004-10-18 Thread psmith
psmith 2004/10/18 15:16:35 Modified:src/java/org/apache/log4j/chainsaw/messages MessageCenter.java Added: src/java/org/apache/log4j/varia ListAppender.java ListModelAppender.java Removed: src/java/org/apache/log4j/chainsaw

cvs commit: logging-log4j/docs HISTORY

2004-10-18 Thread psmith
psmith 2004/10/18 15:24:58 Modified:docs HISTORY Log: Added blurb about the ListAppender ListModelAppender. Note: I am assuming this is 100% backward compatible. Can't see why it wouldn't be. Revision ChangesPath 1.116 +5 -0 logging-log4j/docs

cvs commit: logging-log4j build.xml

2005-01-06 Thread psmith
psmith 2005/01/06 13:54:23 Modified:.build.xml Log: Small fix so that the webstart target can be run from the main build file and generate correctly. Revision ChangesPath 1.133 +7 -0 logging-log4j/build.xml Index: build.xml

svn commit: r332461 - /logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/ChainsawAppenderHandler.java

2005-11-10 Thread psmith
Author: psmith Date: Thu Nov 10 22:02:00 2005 New Revision: 332461 URL: http://svn.apache.org/viewcvs?rev=332461view=rev Log: Turns out on my Mac at least, the initialization of the WorkQueue variable causes a race condition where the thread tries to read variables that have not been initialized

svn commit: r343995 - /logging/chainsaw/trunk/TODO

2005-11-13 Thread psmith
Author: psmith Date: Sun Nov 13 14:48:05 2005 New Revision: 343995 URL: http://svn.apache.org/viewcvs?rev=343995view=rev Log: some jars we may need won't be ASL compatible, so maybe it can self install after running? Modified: logging/chainsaw/trunk/TODO Modified: logging/chainsaw/trunk

svn commit: r344022 - in /logging/chainsaw/trunk: tests/org/apache/log4j/net/ zeroconf/ zeroconf/org/ zeroconf/org/apache/ zeroconf/org/apache/log4j/ zeroconf/org/apache/log4j/net/

2005-11-13 Thread psmith
Author: psmith Date: Sun Nov 13 18:42:22 2005 New Revision: 344022 URL: http://svn.apache.org/viewcvs?rev=344022view=rev Log: Added basic workings of a Zeroconf-enabled SocketHubAppender. Right now this is being treated as a separate source folder for consideration for adding to the main log4j

svn commit: r344246 - in /logging/chainsaw/trunk: src/java/org/apache/log4j/chainsaw/ src/java/org/apache/log4j/chainsaw/prefs/ tests/org/apache/log4j/chainsaw/prefs/

2005-11-14 Thread psmith
Author: psmith Date: Mon Nov 14 13:57:11 2005 New Revision: 344246 URL: http://svn.apache.org/viewcvs?rev=344246view=rev Log: Added MRU File list to File menu. Now when a user opens a local XML log file, it is remembered via a MRU list, which is persisted using the XStream lib (BSD license

svn commit: r345585 - /logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/FileMenu.java

2005-11-18 Thread psmith
Author: psmith Date: Fri Nov 18 14:15:41 2005 New Revision: 345585 URL: http://svn.apache.org/viewcvs?rev=345585view=rev Log: removed errant import from test source. Was only using that class during initial work to hold some test MRU data, no longer needed. gump.setGrumpiness(Grumpy.SILENT

svn commit: r345593 - /logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/LogPanel.java

2005-11-18 Thread psmith
Author: psmith Date: Fri Nov 18 14:56:29 2005 New Revision: 345593 URL: http://svn.apache.org/viewcvs?rev=345593view=rev Log: Standard LogPanel preferences now serialized to XML and restored when needed. Will begin to move Column, Colours and LogTreePanel into LogPanel preferences next

svn commit: r345594 - in /logging/chainsaw/trunk/packaging: chainsaw.bat chainsaw.sh chainsawWebStart.jnlp

2005-11-18 Thread psmith
Author: psmith Date: Fri Nov 18 14:57:52 2005 New Revision: 345594 URL: http://svn.apache.org/viewcvs?rev=345594view=rev Log: Updated some distribution files with the new XStream jar requirement Modified: logging/chainsaw/trunk/packaging/chainsaw.bat logging/chainsaw/trunk/packaging

svn commit: r345596 - in /logging/chainsaw/trunk: HOWTOBUILD.txt build.properties.sample

2005-11-18 Thread psmith
Author: psmith Date: Fri Nov 18 15:02:28 2005 New Revision: 345596 URL: http://svn.apache.org/viewcvs?rev=345596view=rev Log: Tweaked some of the documentation a touch, added reference to XStream. Modified: logging/chainsaw/trunk/HOWTOBUILD.txt logging/chainsaw/trunk

svn commit: r345810 - /logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/osx/

2005-11-20 Thread psmith
Author: psmith Date: Sun Nov 20 18:31:18 2005 New Revision: 345810 URL: http://svn.apache.org/viewcvs?rev=345810view=rev Log: Added native OS X support to Chainsaw. Used dynamic(reflection) to determine if the current running OS is OSX and if the appropriate Mac Java extensions are available

svn commit: r345811 - in /logging/chainsaw/trunk: ./ packaging/ src/java/org/apache/log4j/chainsaw/ src/java/org/apache/log4j/chainsaw/help/ src/java/org/apache/log4j/chainsaw/osx/ src/java/org/apache

2005-11-20 Thread psmith
Author: psmith Date: Sun Nov 20 18:31:35 2005 New Revision: 345811 URL: http://svn.apache.org/viewcvs?rev=345811view=rev Log: Added native OS X support to Chainsaw. Used dynamic(reflection) to determine if the current running OS is OSX and if the appropriate Mac Java extensions are available

svn commit: r348003 - in /logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw: ChainsawAbout.html ChainsawAbout.java

2005-11-21 Thread psmith
Author: psmith Date: Mon Nov 21 14:18:41 2005 New Revision: 348003 URL: http://svn.apache.org/viewcvs?rev=348003view=rev Log: Changed the way the About panel is rendered by using a scrolling HTML panel instead (ala End Credits). The links work, but a few of the sites look pretty ordinary inside

svn commit: r348317 - in /logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw: LogUI.java osx/OSXIntegration.java

2005-11-22 Thread psmith
Author: psmith Date: Tue Nov 22 16:32:12 2005 New Revision: 348317 URL: http://svn.apache.org/viewcvs?rev=348317view=rev Log: Fixed a bug with the OSX integration. ON Quit, the settings were not being saved. Also to prevent OSXfrom quiting before the shutdown thread completes, we run

svn commit: r348318 - /logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/ProgressPanel.java

2005-11-22 Thread psmith
Author: psmith Date: Tue Nov 22 16:33:44 2005 New Revision: 348318 URL: http://svn.apache.org/viewcvs?rev=348318view=rev Log: Prevents an error if the current thread is the EventDispatch thread, as this thread is not allowed to call the invokeLater method. Modified: logging/chainsaw/trunk

svn commit: r348319 - /logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/messages/MessageCenter.java

2005-11-22 Thread psmith
Author: psmith Date: Tue Nov 22 16:35:51 2005 New Revision: 348319 URL: http://svn.apache.org/viewcvs?rev=348319view=rev Log: Any class that is using the message center was not also having logging events displayed within the Chainsaw GUI in the 'chainsaw-log' tab. Changing the additivity setting

svn commit: r348320 - /logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/ApplicationPreferenceModel.java

2005-11-22 Thread psmith
Author: psmith Date: Tue Nov 22 16:36:25 2005 New Revision: 348320 URL: http://svn.apache.org/viewcvs?rev=348320view=rev Log: In preparation for this class moving to an XStream based serialization, marking this field as transient. Modified: logging/chainsaw/trunk/src/java/org/apache/log4j

svn commit: r348321 - /logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/xstream/

2005-11-22 Thread psmith
Author: psmith Date: Tue Nov 22 16:37:29 2005 New Revision: 348321 URL: http://svn.apache.org/viewcvs?rev=348321view=rev Log: Now all LogPanel preferences bar the Colo(u)r settings are being saved via XML. Introduced a new XStream converter class to help with the serialization

svn commit: r348322 - in /logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw: LogPanel.java LogPanelPreferenceModel.java xstream/TableColumnConverter.java

2005-11-22 Thread psmith
Author: psmith Date: Tue Nov 22 16:37:37 2005 New Revision: 348322 URL: http://svn.apache.org/viewcvs?rev=348322view=rev Log: Now all LogPanel preferences bar the Colo(u)r settings are being saved via XML. Introduced a new XStream converter class to help with the serialization

svn commit: r348323 - /logging/chainsaw/trunk/TODO

2005-11-22 Thread psmith
Author: psmith Date: Tue Nov 22 16:38:08 2005 New Revision: 348323 URL: http://svn.apache.org/viewcvs?rev=348323view=rev Log: updated some TODO information Modified: logging/chainsaw/trunk/TODO Modified: logging/chainsaw/trunk/TODO URL: http://svn.apache.org/viewcvs/logging/chainsaw/trunk

svn commit: r348905 - /logging/chainsaw/trunk/zeroconf/org/apache/log4j/chainsaw/zeroconf/ZeroConfPlugin.java

2005-11-24 Thread psmith
Author: psmith Date: Thu Nov 24 23:05:24 2005 New Revision: 348905 URL: http://svn.apache.org/viewcvs?rev=348905view=rev Log: Plugin can now display when device appears/disappears, and the user can double-click to automatically create a Receiver. Modified: logging/chainsaw/trunk/zeroconf

svn commit: r348906 - /logging/chainsaw/trunk/build.xml

2005-11-24 Thread psmith
Author: psmith Date: Thu Nov 24 23:06:30 2005 New Revision: 348906 URL: http://svn.apache.org/viewcvs?rev=348906view=rev Log: Added a target that creates a jar with the ZeroConf appender and related classes. This jar can be bundled with a log4j1.2.x distribution to add ZeroConf ability to it's

svn commit: r349199 - /logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/LogUI.java

2005-11-27 Thread psmith
Author: psmith Date: Sun Nov 27 02:21:39 2005 New Revision: 349199 URL: http://svn.apache.org/viewcvs?rev=349199view=rev Log: Re-ordered the way the plugins are started. This means that by the time the plugins' .activateOptions() method is called, the component has been added to the component

svn commit: r349200 - in /logging/chainsaw/trunk/zeroconf/org/apache/log4j/chainsaw/zeroconf: ZeroConfPlugin.html ZeroConfPlugin.java

2005-11-27 Thread psmith
Author: psmith Date: Sun Nov 27 02:24:00 2005 New Revision: 349200 URL: http://svn.apache.org/viewcvs?rev=349200view=rev Log: Zeroconf very close to being complete. Injected Connect to menu into the main Chainsaw menu structure. Added basic help text describing the details of ZeroConf. Added

svn commit: r350052 - /logging/chainsaw/trunk/zeroconf/org/apache/log4j/chainsaw/zeroconf/ZeroConfPlugin.java

2005-11-30 Thread psmith
Author: psmith Date: Wed Nov 30 13:24:09 2005 New Revision: 350052 URL: http://svn.apache.org/viewcvs?rev=350052view=rev Log: Fixed an exception on exit of Chainsaw. Since there are other plugins that will be stopped that have nothing to do with ZeroConf stuff, this check just ignores them

svn commit: r350053 - in /logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw: ApplicationPreferenceModel.java ApplicationPreferenceModelPanel.java ApplicationPreferenceModelSaver.java LogUI.jav

2005-11-30 Thread psmith
Author: psmith Date: Wed Nov 30 13:27:31 2005 New Revision: 350053 URL: http://svn.apache.org/viewcvs?rev=350053view=rev Log: Refactored out the saving of the ApplicationPreferenceModel to a separate class, using XStream. This required a little bit of tweaking across LogUI

svn commit: r350054 - /logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/prefs/default.properties

2005-11-30 Thread psmith
Author: psmith Date: Wed Nov 30 13:28:13 2005 New Revision: 350054 URL: http://svn.apache.org/viewcvs?rev=350054view=rev Log: Refactored out the saving of the ApplicationPreferenceModel to a separate class, using XStream. This required a little bit of tweaking across LogUI

svn commit: r350055 - /logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/ApplicationPreferenceModelPanel.java

2005-11-30 Thread psmith
Author: psmith Date: Wed Nov 30 13:29:29 2005 New Revision: 350055 URL: http://svn.apache.org/viewcvs?rev=350055view=rev Log: Removed commented out method. Modified: logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/ApplicationPreferenceModelPanel.java Modified: logging/chainsaw

svn commit: r350110 - in /logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw: ApplicationPreferenceModel.java ApplicationPreferenceModelSaver.java LogUI.java

2005-11-30 Thread psmith
Author: psmith Date: Wed Nov 30 18:43:03 2005 New Revision: 350110 URL: http://svn.apache.org/viewcvs?rev=350110view=rev Log: Fixed up some bugs. The previous preference model changes meant that, err, no logs ended up being displayed, because the worker thread never got a valid expression

svn commit: r350218 - /logging/chainsaw/trunk/src/java/org/apache/log4j/chainsaw/LogPanel.java

2005-12-01 Thread psmith
Author: psmith Date: Thu Dec 1 01:29:01 2005 New Revision: 350218 URL: http://svn.apache.org/viewcvs?rev=350218view=rev Log: Now any column's location or width, even if it's not part of the standard Chainsaw columns will be saved in the preferences. I have to say I didn't think it would

svn commit: r350224 - in /logging/chainsaw/trunk: tests/org/apache/log4j/net/ zeroconf/org/apache/log4j/chainsaw/zeroconf/ zeroconf/org/apache/log4j/net/

2005-12-01 Thread psmith
Author: psmith Date: Thu Dec 1 02:40:10 2005 New Revision: 350224 URL: http://svn.apache.org/viewcvs?rev=350224view=rev Log: ZeroConfPlugin now getting some basic model details, and can save/restore it's preferences via XStream. Tweaked the HTML help file. When a device that has been

svn commit: r351606 - /logging/chainsaw/trunk/zeroconf/org/apache/log4j/chainsaw/zeroconf/ZeroConfPlugin.java

2005-12-01 Thread psmith
Author: psmith Date: Thu Dec 1 21:58:49 2005 New Revision: 351606 URL: http://svn.apache.org/viewcvs?rev=351606view=rev Log: Added an icon to the ZeroConf plugin's tab when it detects a discovered device. Modified: logging/chainsaw/trunk/zeroconf/org/apache/log4j/chainsaw/zeroconf

  1   2   >