Reputation: 31
Any idea how to configure Intellij Idea to use the 2.0.2 play framework in the play console?
I've updated my application to 2.0.2 (outside of Intellij) but can not run it inside Intellij because the console always starts up as 2.0.1.
Upvotes: 3
Views: 871
Reputation: 3313
I also ran into this issue a couple of days ago and created a blog post about it after I found how it can be solved for the time being: http://wordpress.rintcius.nl/post/update-play-framework-configuration-in-intellij
To summarise (IntelliJ 11.1.2 on Linux):
<component name="PlayframeworkConfiguration" home="$USER_HOME$/programs/play-2.0.1" />
Upvotes: 1