java ee - Intellij idea 13.1 and TomEE - hot swapping not working -
I am working on a Java project that has been installed on the Tommy server (version: Apache-Tommy-Jocks-1.6 .0.2) & Amp; JetBrains IntelliJ IDEA 13.1.5 Final Edition. And I make everything with Gradle.
When I am in Debug Mode (Remote Debugger / Application Server Debugger) and trying to HotSwap
(after changing one of the classes and Ctrl Click + F9 ):
3:25:54 PM All files are up-to-date 3: 25:54 pm Loaded class updated Are there. Nothing to reload
But I know that the file has changed ...
By connecting the clock during debugging, I find that He still has the class. State - no changes have been updated.
But when I do the same procedure on the co-workers station, everything is very good, in both ways. (Remote / Application Server) updates the server after the change make
.
The configuration is similar on both stations (via SVN and manual triple checking)
What could be wrong?
Thank you.
Comments
Post a Comment