On Feb 7, 2007, at 11:52 PM, Curt Arnold wrote:
On Feb 7, 2007, at 4:55 PM, Eric Kolotyluk wrote:
I just added additional unit tests (bug 41565) that specify the
timezone using property files and check the generated files for the
expected timezone. The tests pass against both the current SVN
HEAD and log4j 1.3alpha-8 (Sun Java 1.5.0_06 on Mac OS/X), but fail
in a similar manner as you are describing when run against log4j
1.2.14. Any chance that you have an earlier log4j on your
classpath and it is being used instead of log4j 1.3. The following
statement should return the version information:
String log4jImpl = org.lang.Package.getPackage
("org.apache.log4j").getImplementationVersion();
Sorry, should have been java.lang.Package.getPackage()
You could also try referencing a class that was introduced in log4j
1.3 that would not exist in log4j 1.2.x like
org.apache.log4j.rolling.RollingFileAppender.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]