Hi, On Feb 18, 2008 11:09 AM, Jacco van Weert <[EMAIL PROTECTED]> wrote: > I am using JR 1.4 with the Datastore. The Garbage collector is called and > the not referenced data files correctly removed. > But the directory paths aren't removed, in time this will turn into a huge > tree of unsed empty directories. > Is there an way to get rid of those directories?
As an immediate solution it should be safe to use a script or something to clear out empty directories in the data store. You might also want to file an improvement request to make the data store implementation automatically prune empty directories. Patches are also welcome. :-) BR, Jukka Zitting
