I'm having trouble setting up the IDE for a new project in Play 2.1.0. I prefer netbeans and when I run
play netbeans
I get the following error:
[error] Not a valid command: netbeans
[error] Expected '/'
[error] Expected ':'
[error] Not a valid key: netbeans (similar: test, tags, streams)
[error] netbeans
[error] ^
Interestingly it also doesn't seem to work for Eclipse, but it does for Idea.
$ play; eclipse with-source=true;works fine for me with 2.1. - atamanroman