At 09:13 AM 12/21/2004, Curt Arnold wrote:
The most dreaded nightmare of a new committer is breaking the build.  I
don't think that I have (and if so only log4j-tests), but I have been
having intermittent problems with PatternLayoutTest.test14 and was
trying to figure out if it was just me.

PatternLayout.14 seems to be special in two respects. First, it contains spaces for the value of
the "log4j.appender.testAppender.File" property.


The line is

log4j.appender.testAppender.File=       output/temp\s\s

where \s represents the space character.

The conversion pattern in PatternLayout.14 uses the %counter conversion word which is defined by MyPatternLayout. Its source code can be found under examples/src/pattern/MyPatternLayout.java.

So the problem is probably due to a dependency with examples/ that Jake has already complained about.


-- Ceki G�lc�

  The complete log4j manual: http://qos.ch/log4j/



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



Reply via email to