You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2008/09/10 23:05:48 UTC

[jira] Created: (MSHARED-62) Excludes are ignored for deletion if followSymlinks=false

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

        

[jira] Closed: (MSHARED-62) Excludes are ignored for deletion if followSymlinks=false

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ 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