On 17/04/2007, at 4:38 PM, Curt Arnold wrote:
On Apr 17, 2007, at 12:14 AM, Paul Smith wrote:
Curt, many thanks for your efforts to get this this far. I've
followed the below steps, and it's _almost_ working.
I think the Receivers module will need to have a copy of
org.apache.log4j.varia.LogFilePatternReceiver as well. I can do
an svn copy over from the 1.3 tree, rebuild the receivers module
and we should be on our way.
Okay, I didn't see a compile time dependency on it.
The pom.xml will need to be modified to add a dependency from
receivers to expression-filter.
The code has a lot of style issues (including some tabs) and an old-
style copyright notice.
The code would need to be modified to use the new LoggingEvent
constructor.
This is now done, but I also see now that the following Receivers are
missing from the receiver pack (not sure why I didn't see it before)
* JMSReceiver
* MulticastReceiver
* UDPReceiver
* XMLSocketReceiver
* also the org.apache.log4j.db package appears to be missing.
I think it's a simply matter of svn copy, I'll do that next and try
it out.
Chainsaw looks like it still has old style source file headers
around. Those would need to be changed for any release.
I need to tweak the sandbox projects so they place copies of
LICENSE and NOTICE in the generated jar files.
Thanks for fixing the source files.
Paul