5

Since I installed the last Mac OS update (Mac OS X 10.8.3), auto reloading stopped working in Play 2.1.0. When I change a file and save it, the file is compiled (when running with ~run) but when I hit reload on my web browser (already tried with Chrome and Safari) Play Framework don't reload the page. I already tried clean, clean all, reboot my Mac, but nothing resolved the problem.

Do you have any solution for this?

Thank you,

Filipe

biesior
  • 55,576
  • 10
  • 125
  • 182
  • 1
    It's not playframework, its JNotify. You can test this by downloading jnotify and running it directl. – Ivan Meredith Mar 20 '13 at 00:42
  • 2
    Thank you Ivan, and there is a solution for that? that we can apply to Playframework directly? – Filipe Figueiredo Mar 20 '13 at 01:59
  • 1
    As stated in http://stackoverflow.com/questions/15709325/play-framework-2-1-java-auto-reload-not-working, if you develop with Eclipse, turning off "Build automatically" worked for me. – pangratz Apr 08 '13 at 16:18

1 Answers1

2

I have the same problem with play 2.1.0 and I think it has to do with Jnotify

João Martins
  • 1,026
  • 2
  • 14
  • 35