IntelliJ 12,模块依赖都是红色的,没有路径。

时间:2012-07-29 13:20:36

标签: intellij-idea playframework-2.0

使Play2.0与IntelliJ EAP版本(120.152)一起使用时遇到了一个真正的问题。

我在IntelliJ中创建了一个没有模块的空项目 我使用play命令创建一个新的应用程序,并在最后使用play idea 然后我使用"从现有模块导入"

从IntelliJ添加此模块
Now, I have two folders too chose from when importing the module. 
1. .idea
2. .idea_modules
After seeing some different ways on the internet, 
I chose .idea_modules -> moduleName.iml 
(I have tried all the others just to check)

这是最困扰我的 module section 有没有类似的东西?我不知道为什么会这样,我从这里看到的每一个截图都有一条红色文本背后的路径(让它工作!),我不知道。

有什么建议我可以从这里做些什么来帮助这项工作?

我的Scala facet在IDE中看起来像这样,但是我还没有看到修改facet的任何Play文档,所以我只是将它保留为原样 scala facet

1 个答案:

答案 0 :(得分:3)

IntelliJ 12中 - 与IntelliJ 11相同,您可以在2.0.2版本之后打开Play项目,只需在开始窗口视图中使用选项“打开项目”。

您无需先在IDE中创建空白项目。

  1. play new test-leda +播放控制台所需的所有步骤
  2. cd test-leda
  3. play idea +等待bash提示,表示最终确定
  4. 打开Leda并选择Open project
  5. 找到文件夹test-leda,然后点击Choose
  6. 这就是全部