My Play 2.0 test application dose not seem to auto-reload after I change some files. The console shows [info] Compiling 1 Java source to /java/todolist/target/scala-2.9.1/classes... when I change + save a file, but the the content in the browser stays unchanged. Play is running in Dev mode with auto-reloading enabled.
Console output:
$ play run
[info] Loading project definition from /data/dev/java/todolist/project
[info] Set current project to todolist (in build file:/data/dev/java/todolist/)
--- (Running the application from SBT, auto-reloading is enabled) ---
[info] play - Listening for HTTP on port 9000...
(Server started, use Ctrl+D to stop and go back to the console...)
[info] play - Application started (Dev)
[info] Compiling 1 Java source to /data/dev/java/todolist/target/scala-2.9.1/classes...
Run
play cleanand restart your Play application and Play should start auto-reloading the files on the next startup.