IntelliJ IDEA 不会从 SBT 项目加载 Lift 库

发布于 2024-12-08 21:35:36 字数 839 浏览 2 评论 0原文

我使用最基本的指南通过 sbt 创建了一个空白项目,具体来说:

> cd xyz
> sbt # here we create a new project w/ Scala 2.8.1
> *lift is org.lifty lifty 1.6.1
> lift create project-blank

但是,当我在 IntelliJ 中打开该项目时,它无法正确识别通过 sbt 下载的 .jar。所有导入都是红色的

red import

当我进入项目设置时 (Ctrl + Alt + Shift + S)在库部分,它们都是灰色的。

greyed outlibraries

除此之外,项目源被正确识别为具有 Web 方面的 Scala 项目

项目结构

我是否忘记配置某些内容?我已经尝试使用 本指南通过 Maven 创建项目,但是我非常喜欢使用 SBT 而不是 maven。

I've created a blank project via sbt using the most basic guide, specifically:

> cd xyz
> sbt # here we create a new project w/ Scala 2.8.1
> *lift is org.lifty lifty 1.6.1
> lift create project-blank

however when I open the project in IntelliJ, it doesn't correctly recognize .jars downloaded via sbt. All imports are red

red imports

and when I go to project settings (Ctrl + Alt + Shift + S) in Libraries section, they are all greyed out.

greyed out libraries

Apart from that, the project sources are correctly recognized as Scala project with a Web facet

project structure

Did I forget to configure something? I've already tried to create a project via maven using this guide, but I'd very much prefer to use SBT instead of maven.

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

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

发布评论

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

评论(1

如此安好 2024-12-15 21:35:36

使用 sbt-idea 创建 IntelliJ 项目结构。每次更改 SBT 构建定义中的项目结构或库依赖项时,请重新运行此命令。

说明:SBT 0.10.x 0.11.xSBT 0.10.x 0.11.x com/mpeltonen/sbt-idea/tree/sbt-0.7" rel="noreferrer">SBT 0.7.x

Use sbt-idea to create the IntelliJ project structure. Re-run this each time you change the project structure or the library dependencies in your SBT build definition.

Instructions: SBT 0.10.x 0.11.x, SBT 0.7.x

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