How to make Eclipse see the changes in Play! compiled templates?

I did the following things :

  1. As you did, I turned on the workspace auto-refresh (in settings, General -> Workspace, then select “Refresh using native hooks or pooling”)
  2. I removed the classes_managed directory generated by play eclipsify from my build path, and I added it manually using “Add external class folder”

And then it worked for me.
It seems that there is a bug with the eclipsify command.

Leave a Comment