You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Ceki Gülcü <ce...@qos.ch> on 2004/12/21 18:13:41 UTC

Re: RepositorySelector.detachRepository, jetty-plus, gump and PatternLayout.test14

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: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org