I think I found a bug in the deployment in GA2.5.
I pre-compiled my JSP pages (for WebLogic) and found that they were getting compiled again after being deployed on the server.
(In WebLogic you deploy the pre-compiled JSPs in the WEB-INF/classes directory in a package called jsp_servlet.)
After much banging of my head I found that the reason for this was that when MyEclipse was deploying the application it was changing the ‘last modified’ date on ALL the JSPs deployed. This was true with both packaged and exploded deployments.
If I deployed outside of MyEclipse, everything worked fine.
I think this is an easy one to fix. I don’t see any reason you would want to change the modified date.
Joe