Lifty 与 sbt 0.10

发布于 2024-12-03 16:05:04 字数 330 浏览 1 评论 0 原文

我正在尝试用 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]  ^

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:

> *lifty is org.lifty lifty 1.6.1
[error] Expected ':'
[error] *lifty is org.lifty lifty 1.6.1
[error]  ^

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦在夏天 2024-12-10 16:05:04

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文