Play Framework 2 doesn't compile on runtime

Viewed 260

I am running Play 2.2.1 on my MacOSx Mavericks and it doesn't detect any alterations on any file when I modify them. On Windows it always recompiles the project when it detects alterations while doing a browser request. On Mac for the alterations to be compiled I need to end Play's server process and do a "play run" or "play ~run" again.

Does anyone know what can I do to make this work?

edit: Disabling "Build automatically" on Eclipse doesn't work.

Thanks in advance.

2 Answers
Related