FileSetManager.delete() does not delete empty directories if they contained
symlink that was deleted
----------------------------------------------------------------------------------------------------
Key: MSHARED-64
URL: http://jira.codehaus.org/browse/MSHARED-64
Project: Maven Shared Components
Issue Type: Bug
Components: file-management
Affects Versions: file-management 1.2
Reporter: Benjamin Bentmann
Priority: Minor
For the directory structure
{noformat}
./
dir/
symlink
{noformat}
and the file set
{code:xml}
<fileset>
<includes>
<include>dir/**</include>
</includes>
<followSymlinks>false</followSymlinks>
</fileset>
{code}
the directory {{dir}} won't be deleted although all its contents ({{symlink}})
have been deleted.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira