On Aug 15, 2007, at 9:08 AM, WALLIS, Simon, GBM wrote:

Thanks Curt.

It turns out the problem was that I didn't have jakarta- oro-2.0.8.jar in my classpath. I'm not sure if I was supposed to know about this requirement, but I didn't notice it until I stepped through the log4j code in my debugger
and saw it was getting a class not found exception trying to throw a
MalformedPatternException.

I've got it working now so thanks for your help!

Simon Wallis
Developer
RBS Global Banking & Markets
London - 42 Islington High St, (Regents House) - N1 8XL



log4j 1.3 was written using jakarta-oro to provide regular expression support and that has carried over into the extras companion. I had considered migrating over to using the JDK 1.4 provide regular expression library and removing the dependency on oro and it would probably be a good thing.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to