
On 26.02.2010 12:37, Joern Huxhorn wrote:
http://github.com/ceki/logback/commit/b6bb584c8cb7ff7e6ebf9a0eefcfec48f5a841...
Does not compile, it has some xxxxxx in ConsoleAppender.
Yes, I know. It's there to remind me to write a test. You can safely remove it.
Also, I think there's a problem with logback-classic pom. It overrides logback-core compile dependency with a logback-core test-dependency.
In logbacl-classic pom, I see <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> It seems correct to me.
Regards, Joern.