If I skip tests:

[INFO] Compiling 3 source files to
/Users/channing/tmp/280_port/lift-base/lift-actor/target/classes
/Users/channing/tmp/280_port/lift-base/lift-actor/src/main/scala/net/liftweb/actor/LAFuture.scala:19:
error: not found: value common
import common._
       ^
/Users/channing/tmp/280_port/lift-base/lift-actor/src/main/scala/net/liftweb/actor/LiftActor.scala:18:
error: not found: value common
import common._
       ^
/Users/channing/tmp/280_port/lift-base/lift-actor/src/main/scala/net/liftweb/actor/LiftActor.scala:42:
error: type mismatch;
 found   : AnyRef{def run(): Unit}
 required: java.lang.Runnable
      es.execute(new Runnable{def run() {f()}})
                 ^
/Users/channing/tmp/280_port/lift-base/lift-actor/src/main/scala/net/liftweb/actor/LiftActor.scala:183:
error: missing parameter type for expanded function ((x0$1) => x0$1 match {
  case (e @ _) => ()
})
  protected def exceptionHandler: PartialFunction[Throwable, Unit] = {
                                                                     ^
/Users/channing/tmp/280_port/lift-base/lift-actor/src/main/scala/net/liftweb/actor/LiftActor.scala:210:
error: type mismatch;
 found   : net.liftweb.actor.MsgWithResp
 required: T
    this ! MsgWithResp(msg, future)
                      ^
/Users/channing/tmp/280_port/lift-base/lift-actor/src/main/scala/net/liftweb/actor/LiftActor.scala:216:
error: type mismatch;
 found   : net.liftweb.actor.MsgWithResp
 required: T
    this ! MsgWithResp(msg, future)
                      ^
/Users/channing/tmp/280_port/lift-base/lift-actor/src/main/scala/net/liftweb/actor/LiftActor.scala:229:
error: type mismatch;
 found   : net.liftweb.actor.MsgWithResp
 required: T
    this ! MsgWithResp(msg, future)
                      ^
/Users/channing/tmp/280_port/lift-base/lift-actor/src/main/scala/net/liftweb/actor/LiftActor.scala:235:
error: type mismatch;
 found   : net.liftweb.actor.MsgWithResp
 required: T
    this ! MsgWithResp(msg, future)
                      ^
8 errors found

-- 
View this message in context: 
http://old.nabble.com/Building-Lift-with-scala-2.8.0-tp26858625p26862327.html
Sent from the liftweb mailing list archive at Nabble.com.

--

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