[slf4j-dev] svn commit: r1328 - in slf4j/trunk/slf4j-ext/src: main/java/org/slf4j/ext test/java/org/slf4j/dummyExt
Ralph Goers
rgoers at apache.org
Thu Apr 23 21:18:10 CEST 2009
On Apr 23, 2009, at 9:25 AM, Thorbjoern Ravn Andersen wrote:
> ceki at slf4j.org skrev:
>> Fewer eclipse warnings
>>
>>
> Would it be a reasonable goal that the code base compile without any
> Eclipse warnings at all?
>
Unfortunately, I use IntelliJ. Presumably SLF4J could just use the
checkstyle plugin and then I could verify it before committing.
Setting up checkstyle for a multi module project is a bit tricky, but
I've done it for Apache Commons VFS. The trick is to use the pom's
parent relative path setting to locate checkstyle.xml, but this
doesn't work if you have a project that goes more than 1 level deep.
More information about the slf4j-dev
mailing list