IntelliJ IDEA 不会从 SBT 项目加载 Lift 库
我使用最基本的指南通过 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。所有导入都是红色的
当我进入项目设置时 (Ctrl + Alt + Shift + S)在库部分,它们都是灰色的。
除此之外,项目源被正确识别为具有 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
and when I go to project settings (Ctrl + Alt + Shift + S) in Libraries section, they are all greyed out.
Apart from that, the project sources are correctly recognized as Scala project with a Web facet
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 sbt-idea 创建 IntelliJ 项目结构。每次更改 SBT 构建定义中的项目结构或库依赖项时,请重新运行此命令。
说明:SBT 0.10.x 0.11.x,SBT 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