Hi guys,
I need some help with opening a Play project in IDEA. I've got all the plugins (Scala, Play Support, Play 2.0...) installed and when I open up a new project everything resolves just fine.
However, if I open a project that has been created by Play, create the .idea files with either gen-idea or play idea I get the following error:
Play2:
You have useless source roots which may corrupt resolve for play 2 framework in your project:
/.../target/scala-2.10/src_managed/main
/.../target
I can still run the project from IDEA (by adding a new run config and removing the make part of it) but the code itself is entirely erroneous.
Any ideas will be much appreciated!!
I've tried using Eclipse for the past few days and though the setup was easier, working with it is awful.
Thanx.