OK, adding sjf4j-simple as a dependency allows the plugin to work. I
added the following 3 dependencies:
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl104-over-slf4j</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4j.version}</version>
</dependency>
However, with commons-logging, my log4j.xml (in src/test/resources)
was picked up and used automatically. This doesn't seem to be
happening with slf4j.
Thanks,
Matt
On 2/5/07, Ceki Gülcü <
listid@...> wrote:
--
http://raibledesigns.com_______________________________________________
user mailing list
user@...
http://www.slf4j.org/mailman/listinfo/user