Mantis - Resin
Viewing Issue Advanced Details
3839 minor always 01-06-10 13:56 01-07-10 13:34
emil  
ferg  
normal  
closed 4.0.3  
fixed  
none    
none 4.0.4  
0003839: class reloads with git deploy
(rep by Matt Pangaro)

an app deployed through git may have some classes recompiled frequently, until the git tag is deleted.

Notes
(0004374)
ferg   
01-07-10 13:34   
The git expand needs to call setLastModified on the file to ensure the dates are the same for all expanded files, because the .class file dates must not be earlier than the .java file dates.