Lifty with sbt 0.10
I am try to learn scala with lift. So i started setting up my development environment. After sbt i try install Lifty (i used this article as manual). But i have a problem with my sbt:
> 开发者_C百科*lifty is org.lifty lifty 1.6.1
[error] Expected ':'
[error] *lifty is org.lifty lifty 1.6.1
[error] ^
Lifty 1.6.x is aimed to be used with SBT 0.7.x. The error shown is due to the fact that Lifty 1.6.x is a SBT processor, while SBT from 0.9.x use plugins instead, so you would need Lifty 1.7.
To get started I would recommend you to use SBT 0.7.7 and Lifty 1.6.1 as there is a lot of information for these and they work beautifully. Please note that Lift has a very active and willing to help community, so you can also ask these questions in the Lift mail list.
精彩评论