Play 2.0: how to create an IntelliJ IDEA project with included documents and dependecy sources?

I know that the command ideawill create a * .iml file (Idea module file)

But the generated file does not include documents and dependency sources.

Will gen-idea sbt-idea help?

+3
source share
2 answers

Seems to gen-ideawork for me!

Fine! sbt-idea rock!

+3
source

Look at your magazines sbt.
Most likely, src is missing from the reposetory.
I get this while trying to extract src for eclipse.

project files for your project(s). [warn] [NOT FOUND ]
org.scala-lang#scala-library;2.9.1!scala-library.jar(src) (0ms)
0
source

All Articles