Another Play 2 / Scala problem: Identifier expected
Hello again
Another Play 2 problem – or maybe a problem with the Scala plugin. I'm not sure. The steps o reproduce are:
- create a new Play project on command line: play new Foobar
- create the IntelliJ IDEA project files: play idea
- open the project in IntelliJ IDEA 13 Ultimate
Play can run the project fine, it works. But as you can see IntelliJ IDEA shows two compile errors where the second one depends on the first one. I think the message "Identifier expected" means somethink like "class to import not found". It looks like the compiler can't find the Scala libraries. But the Scala code in the template files compiles fine without errors.
Does anybody have an idea whats going wrong here?
Thank you
McPringle
Please sign in to leave a comment.
Funny: Stopping the running Play server made the compile errors disapear imediately…
McPringle