[ 
http://jira.codehaus.org/browse/MSHARED-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Bentmann closed MSHARED-62.
------------------------------------

         Assignee: Benjamin Bentmann
       Resolution: Fixed
    Fix Version/s: file-management 1.2.1

Fixed in [r693981|http://svn.apache.org/viewvc?view=rev&revision=693981].

> 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
>            Assignee: Benjamin Bentmann
>            Priority: Critical
>             Fix For: file-management 1.2.1
>
>
> 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

        

Reply via email to