使用 lifty 创建处理器时出错

发布于 2024-12-21 23:21:48 字数 215 浏览 6 评论 0原文

我是 SBT 和 Lift/Lifty 的新手。当我第一次运行以下命令时,没有任何问题:

*lift 是 org.lifty lifty 1.6.1

为什么当我在不同的文件夹中运行相同的命令时,出现以下错误:

Label 'lift'已经在使用中: lift is org.lifty lifty 1.6.1

I am new to SBT and Lift/Lifty. When I first ran the following command, I had no issues:

*lift is org.lifty lifty 1.6.1

How come when I run the same command in a different folder, I get the following error:

Label 'lift' already in use: lift is org.lifty lifty 1.6.1

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

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

发布评论

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

评论(1

最后的乘客 2024-12-28 23:21:48

您无需多次运行该命令。这是整个机器的全局设置。您将能够在任何 SBT 0.7.x 控制台会话中使用该处理器。

You don't need to run the command more than once. It's a global setting for your whole machine. You'll be able to use that processor in any SBT 0.7.x console session.

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