Hi,
I want to create a new Play framework project which is able to compile in IntelliJ idea (community edition 15).
I tried following the instructions described on the Play framework homepage:
but without any luck:
a) Creating project with the activator command (activator version 1.3.7).
NB: The Play framework page says "play", but I guess it should be "activator" instead?
I execute the following:
1) activator new myFirstApp
2) 3 (minimal-java)
3) cd myFirstApp
4) activator idea
I get the following error:
[error] Not a valid command: idea (similar: eval, alias)
[error] Not a valid project ID: idea
[error] Expected ':' (if selecting a configuration)
[error] Not a valid key: idea (similar: clean)
[error] idea
[error] ^
If I open the project in idea, all references to play packages are not recognized by idea ("play" is red in the package reference).
b) Create project via sbt
1) I follow the directions described on the Play framework page - when I execute "sbt" I get an error:
play#sbt-plugin;2.5.0: not found
Does anybody have a simple description of how I can create a new Play framework project which can compile in IntelliJ Idea?
Thanks,
-Louise