Reputation: 1205
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
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