I'm running through setting up my first lift web-app from Lift in Action. When I run the jetty command after running sbt, I get the following:
[root@localhost lift-app]# sbt
[info] Building project lift-travel 1.0 against Scala 2.8.0
[info] using LiftProject with sbt 0.7.7 and Scala 2.7.7
> jetty
[info]
[info] == copy-resources ==
[info] == copy-resources ==
[info]
[info] == compile ==
[info] Source analysis: 1 new/modified, 0 indirectly invalidated, 0 removed.
[info] Compiling main sources...
[error] /home/Ramy/lift-app/src/main/scala/bootstrap/liftweb/Boot.scala:5: value liftweb is not a member of package net
[error] import net.liftweb._
[error] ^
[error] one error found
[info] == compile ==
[error] Error running compile: Compilation failed
[info]
[info] Total time: 3 s, completed Jan 29, 2012 8:11:59 PM
I can post my config if need be but i'm hoping this is enough.