pkuashi / workspacemechanic

Automatically exported from code.google.com/p/workspacemechanic
0 stars 0 forks source link

Scanned task files are kept open until Eclipse is closed #110

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When Workspace Mechanic has scanned the task files for the first time, it keeps 
file handles open until Eclipse is closed.

Since we want to share the same task files between all developers, updating the 
task files becomes difficult. E.g., Windows will prevent them from deletion 
while any Eclipse is running.

Workspace Mechanic should release the files once it has scanned them.

Workspace Mechanic 0.3.4, Eclipse 4.2.0, Windows
This issue has been discussed at: 
https://groups.google.com/forum/?fromgroups#!topic/workspacemechanic-issues/TFLN
Ueih_d0

Original issue reported on code.google.com by ecki0...@googlemail.com on 24 Jun 2013 at 11:10

GoogleCodeExporter commented 8 years ago
Sorry for the delay.

The place to fix this is probably in LastModifiedPreferencesFileTask.transfer.

As you might have guessed, Workspace Mechanic is in maintenance mode. I'll 
accept a well-written patch (plus test.) and push out a new release.

Original comment by konigsb...@gmail.com on 30 Oct 2013 at 6:09