gwt-plugins / gwt-plugins/gwt-eclipse-plugin

Graceful exit for cleanup of temporary folders

Open
#512 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
117
Forks
49
PR merge metrics
No merged PRs in 30d

Description

I have noticed temporary files and folders created during "DevMode" and "codeserver" execution, which are never deleted because there is no way to exit the running process gracefully.

Some of the folders seem to be generated by "codeserver" , some others by the GWT compiler , some others by Jetty, etc.

There is also possibility for more temporary folders being be created by custom DevMode launchers, leading to even greater waste of space.

GWT is expected to be cleaning these folders on JVM exit, if it does not already.

Theoretically, GWT Plugin should able to send a graceful termination signal to the running DevMode process.

Would such a feature be desirable ?

see also https://github.com/gwtproject/gwt/issues/10109

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.