I'm having a problem with play framework: when I compile after modifying a single file and run it, it often runs the old compiled code. Seems to be using something like an internal cache.
system: play 2.2.1 built with Scala 2.10.2 (running Java 1.7.0_25)
issue: After recompiling the project and refreshing browser's view it is often still executed the previous code.
fix: clean compile will fix it, by the way it's quite time consuming.
Thank you, Pietro
play runmode? - Jatin