playframework / play-enhancer

14 stars 9 forks source link

Instrumentation timestamp file reading should be tolerant to garbage #9

Open jroper opened 8 years ago

jroper commented 8 years ago

If garbage is found in the instrumentation timestamp file, rather than a timestamp, this should be logged as a warning (because if there is garbage there, there may be a problem and seeing that warning may help debug the problem), but it should not cause the build to fail, rather it should just treat it as if there is no timestamp file, and overwrite it later.