On Thu, Mar 4, 2010 at 8:35 PM, harryh <har...@gmail.com> wrote:
> OK, did that (like so in sbt):
>
> override def ivyXML =
>    <dependencies>
>      <dependency org="net.lag" name="smile" rev="0.8.12">
>        <exclude module="slf4j-jdk14"/>
>      </dependency>
>    </dependencies>
>
> I'm also getting this error when running my app from within sbt just
> javarebel (possibly this isn't a big issue, but the error is
> disconcerting):
>
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in [jar:file:/Users/harryh/foursquare.web/
> lib_managed/compile/slf4j-log4j12-1.5.11.jar!/org/slf4j/impl/
> StaticLoggerBinder.class]
> SLF4J: Found binding in [jar:file:/Users/harryh/foursquare.web/target/
> webapp/WEB-INF/lib/slf4j-log4j12-1.5.11.jar!/org/slf4j/impl/
> StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
> explanation.

I don't know SBT.....but is lib_managed/compile a SBT directory
containing project dependencies or some internal SBT jars? If the
former, it seems sbt puts both the jars from the compile dependencies
as well as the jars in WEB-INF/lib on the classpath when running the
application. This doesn't seem right (since when you deploy, only the
jars in WEB-INF/lib are available)......

/Jeppe

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to