idea and playframework stepping on each other in 12.1

I've been observing what appears to be race conditions between the idea and play compiler.  I'm using version 2.0.x of play and running in the "~ run" mode.  Quite often I'm seeing things get out of sync.  Sometimes it will manifest itself in no class def found errors and other times it will manifest itself with the execution of older versions of classes.  The latter is the most frustrating because you lose cycles trying to figure out if your code is wrong or the compiler just didn't pick up the change.

I didn't experience this in 12.0.x.  Anyone have any suggestions on how to resolve this?

Sincerely,

Daniel

0
1 comment
Avatar
Permanently deleted user

I was able to resolve these issues by running the app within IDEA instead of starting it from the command line.

0

Please sign in to leave a comment.