I have tried the build from http://github.com/ymnk/liftweb/tree/master It works fine for simple example. I am testing JPA.
I did not encounter the class not found problem and list my problem below a. Actor problem, solved with new build (I only use lift-util, lift-webkit) b. Session problem, add <sessions-enabled>true</sessions-enabled> in appengine-web.xml c. commons-fileupload could not be loaded, add commons-fileupload.jar to WEB-INF/lib I think after that you could deploy your helloworld. Anyway, I could make it work in Eclipse. 2009/4/12 David Pollak <[email protected]> > See this fork of Lift:http://github.com/ymnk/liftweb/tree/master > > We'll roll the changes into 1.1-SNAPSHOT next week. > > > On Sat, Apr 11, 2009 at 6:18 PM, Dave Briccetti <[email protected]>wrote: > >> >> Hi. Should this be working now, or are we waiting for code changes? >> >> >> 1. ... >> >> 2. >> W 04-11 06:09PM 30.161 >> >> failed LiftFilter >> java.lang.NoClassDefFoundError: Could not initialize class >> net.liftweb.http.LiftRules$ >> at net.liftweb.http.LiftFilter.init(LiftServlet.scala:546) >> at org.mortbay.jetty.servlet.FilterHolder.doStart >> (FilterHolder.java:99) >> at org.mortbay.component.AbstractLifeCycle.start >> (AbstractLifeCycle.java:40) >> at org.mortbay.jetty.servlet.ServletHandler.initialize >> (ServletHandler.java:589) >> at org.mortbay.jetty.servlet.Context.startContext(Context.java: >> 139) >> at org.mortbay.jetty.webapp.WebAppContext.startContext >> (WebAppContext.java:1218) >> at org.mortbay.jetty.handler.ContextHandler.doStart >> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
