Lifty 与 sbt 0.10
我正在尝试用 lift 学习 scala。所以我开始设置我的开发环境。 sbt之后我尝试安装Lifty(我使用这篇文章作为手册)。但我的 sbt 有一个问题:
> *lifty is org.lifty lifty 1.6.1
[error] Expected ':'
[error] *lifty is org.lifty lifty 1.6.1
[error] ^
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Lifty 1.6.x 旨在与 SBT 0.7.x 一起使用。显示的错误是由于 Lifty 1.6.x 是 SBT 处理器,而 0.9.x 中的 SBT 使用插件,因此您需要 提升 1.7。
首先,我建议您使用 SBT 0.7.7 和 Lifty 1.6.1,因为有很多关于这些的信息,而且它们工作得很好。请注意,Lift 拥有一个非常活跃且愿意提供帮助的社区,因此您也可以在 Lift 邮件中提出这些问题列表。
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.