bummer, did the .java and .xml file attachments get stripped? > -----Original Message----- > From: Paul Smith [mailto:[EMAIL PROTECTED] > Sent: Friday, 28 February 2003 9:41 AM > To: Log4j-Dev (E-mail) > Subject: [Chainsaw] [PATCH] Current work so far > > > Please find attached a patch file for existing classes, plus some > attachments for additional classes for Chainsaw, and the > example log4j.xml > file that can be used to start it using the Receiver model. > > I've verified that after the "jar" target has been run, > Chainsaw can start > on W2K using the following command(from the root of the jakarta-log4j > directory): > > %JAVA_HOME%\bin\javaw.exe -cp > .;log4j-1.3alpha.jar;log4j-chainsaw-1.3alpha.jar;dist\classes > org.apache.log4j.chainsaw.Start > > Notes: > ====== > 1) Note the new Start class that does the Log4J initialization, I've > replaced the Main.main() method with a call to the Start > class for legacy > support > > 2) Currently looks for the log4j.xml file using a > Classloader.getResource() > or asks the user via JFileChooser. I still need to add a > strategy to first > check for the system property, but that is a pretty minor addition. > > 3) The LoggingReceiver class is now no longer used (relies on the > SocketReceiver being configured to receive events into the local log4j > environment) > > 4) Still only supports a single Chainsaw panel, not sure where the > multi-panel support others are working at the moment, but > should be easy to > integrate. > > 5) I've taken the liberty of applying the Apache 1.1 licence > contained in > some of the other files to all the other files, and > optimizing the imports. > > cheers, > > _________________________ > Paul Smith > Lawlex Compliance Solutions > phone: +61 3 9278 1511 > email: [EMAIL PROTECTED] > > > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]