gwt-plugins / gwt-eclipse-plugin

GWT Eclipse Plugin Documentation
http://gwt-plugins.github.io/documentation/
Eclipse Public License 1.0
115 stars 49 forks source link

Enhancement: Clean up temporary files from codeserver when stopping Development mode #84

Open jonl-percsolutions-com opened 9 years ago

jonl-percsolutions-com commented 9 years ago

Currently, when stopping development mode, there is no clean up of temporary files in the temporary folder. I recently cleaned up my temporary directory on my dev vm and ended up removing about 7.5GB of data in gwt-codeserver directories. It would be nice, if possible, if the Development mode would clean up the temporary working directories when stopping.

branflake2267 commented 9 years ago

Good idea.

andersforsell commented 7 years ago

I spent over an hour cleaning up millions of files in my temp directory left by GWT so this would be a very good feature if possible...

pedjapesic commented 7 years ago

Agree @andersforsell, this is the most annoying thing ever.

mpcallahan commented 7 years ago

For me these temp files cause serialization issues when I create new classes used in RPCs. GWT doesn't include the new classes in the serialization policy until I clear the temp files -- then it works.