On Mon, Nov 16, 2009 at 9:34 AM, Ross Mellgren <[email protected]> wrote:

>
> I went to run a new build today of my application, and the build went
> okay but it blew up with NoClassDefFoundError:
>
> 12:13:29,062 [main] ERROR [localhost].[/emailwizard] - Exception
> starting filter LiftFilter
> java.lang.NoClassDefFoundError: net/liftweb/actor/SpecializedLiftActor
>        at net.liftweb.http.LiftRules$.setupSnippetDispatch(LiftRules.scala:
> 374)
>        at net.liftweb.http.LiftRules$.<init>(LiftRules.scala:377)
>        at net.liftweb.http.LiftRules$.<clinit>(LiftRules.scala)
>        at
> net.liftweb.http.provider.servlet.ServletFilterProvider$class.init
> (ServletFilterProvider.scala:18)
>        at net.liftweb.http.LiftFilter.init(LiftServlet.scala:516)
>
> It looks like this commit:
>
> commit b798ce43c10f94c4d17dc4448a6616bf53b19dda
> Author: Marius Danciu <mar...@alimar.(none)>
> Date:   Tue Oct 6 20:59:11 2009 +0300
>
>     Added Dave's parallel snipets. moved Lift merge to LiftMerge trait
>
> Added a dependency on lift-actor by way of DeferredProcessor in
> LiftSession.scala, but the pom.xml for lift-webkit does not reflect
> the dependency on lift-actor.
>

webkit depends on util.

util depends on actor.

What version of Maven are you using?

Are you building from the command line or from the IDE?


>
> When I added lift-actor to my POM (just to pull in the JAR) the
> problem went away, but it seems like this dependency should be added
> to lift-webkit?
>
> -Ross
>
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to