Scala version 2.8.1, no /docs/scala-devel-docs/api
When I point IntelliJ IDEA (both versions 9 and 10) to my Scala installation, I get an ominous warning "version 2.8.1, no /docs/scala-devel-docs/api". I made a directory docs containing a symlink scala-devel-docs to the actual scala-devel-docs tree, and there is now a docs/scala-devel-docs/api inside the scala directory. Yet the warning does not go away.
How can I fix that?
Thanks,
Cay
请先登录再写评论。
Follow the instructions on scala-lang (describing the Scala Bazaar System) as linked below.
http://www.scala-lang.org/node/93
Then repoint intellij to your install dir and all should be well.
Thanks Timo! That worked great.