Hello:

I got an exception

2009-05-03 10:31:23.203::WARN:  failed LiftFilter
java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
        at net.liftweb.util.Slf4jLogBoot$.net$liftweb$util$Slf4jLogBoot
$$_logger
ByName(Slf4jLog.scala:59)

while I added


class Boot {
  def boot {
    Slf4jLogBoot.enable()
  }
}

from the Lift Book, did I miss any dependency?
Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@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