On 21/10/2010, at 1:28 AM, John Murph wrote: > One of our developers is getting this error when running Gradle. Anyone know > what to look for? Might it be because a different version of the slf4j jar > is (somehow!) on the classpath?
Possibly. It looks like a mismatch between the version of slf4j api and the slf4j binding. You might look in $GRADLE_HOME/lib or the JRE's lib/ext directory for versions of these. Or check for a $CLASSPATH environment variable. Or in $JAVA_OPTS or $GRADLE_OPTS. -- Adam Murdoch Gradle Developer http://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz
