intellij idea - Play Framework finding the wrong routes file when compiling -
whenever start machine , run play run
start localhost development code fails compile because goes wrong routes file (the 1 directory of previous project had copied code from). when run play clean-all
, restart play framework recompiles correct routes file. there config file can change make sure project compiles of files correct directory every time?
basically correct routes file in c:/.../pastedproject/conf
i copied code project project c:/.../copiedfromproject/
the problem play trying compile routes file c:/.../copiedfromproject/
project
i using intellij 13.1
not information here. but, if guess: have 1 project open in ide/intellij. in other words close projects not working on. saw similar issue in netbeans 8.0 while debugging. 1 other thing try run command prompt, eliminate anomaly in intellij. hunch anomaly in intellij, may getting bit confused.
Comments
Post a Comment