iron9light
iron9light

Reputation: 1205

play 2.0: how to generate the IntelliJ IDEA project with dependecy docs and sources included?

I know the idea command will generate the *.iml file (Idea module file)

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

Will gen-idea of sbt-idea help?

Upvotes: 2

Views: 2755

Answers (2)

iron9light
iron9light

Reputation: 1205

It seems gen-idea works for me!

Great! sbt-idea rock!

Upvotes: 3

user425367
user425367

Reputation:

Look at your sbt logs.
Most probably the src is missing in the reposetory.
I get this while trying to fetch 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)

Upvotes: 0

Related Questions