Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scala 2.8 and Lift status

Whats the status of Lift working with Scala 2.8?

I'm finding fragments of conversations about it on the web. I've been trying tweaking the pom.xml but I'm getting errors from the Lift side of things.

like image 251
BefittingTheorem Avatar asked Dec 07 '09 21:12

BefittingTheorem


1 Answers

The main trunk of Lift (including all the binaries available from scala-tools.org) will NOT run on Scala 2.8 due to breaking changes.

However... There are two branches: 280_dev and 280_port available on github (at http://github.com/dpp/liftweb) if you're prepared to compile it yourself.

As projects can't even be guaranteed binary compatible between sucessive nightly builds of Scala 2.8. You would well be advised to wait at least until a 2.8 beta is released, as I believe that lift will also release a corresponding binary at this time.

UPDATE

Lift 2.1 has Scala 2.8 support.

like image 72
Kevin Wright Avatar answered Sep 19 '22 16:09

Kevin Wright