Excludes are ignored for deletion if followSymlinks=false
---------------------------------------------------------
Key: MSHARED-62
URL: http://jira.codehaus.org/browse/MSHARED-62
Project: Maven Shared Components
Issue Type: Bug
Components: file-management
Affects Versions: file-management 1.2
Reporter: Benjamin Bentmann
Priority: Critical
For a file set like
{code:xml}
<fileset>
<excludes>
<exclude>*excluded*</exclude>
</excludes>
<includes>
<include>**</include>
</includes>
<followSymlinks>false</followSymlinks>
</fileset>
{code}
the excludes are effectively ignored by {{FileSetManager.delete()}} due to a
typo.
--
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