You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by "Erik Erlandson (JIRA)" <ji...@apache.org> on 2014/06/20 02:18:26 UTC

[jira] [Updated] (RAT-161) Support exclusion of paths: "path/to/file.ext"

     [ https://issues.apache.org/jira/browse/RAT-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Erlandson updated RAT-161:
-------------------------------

    Attachment: RAT-161.patch

Proposal for implementing RAT-161.   If path separator '/' is detected, a specialized file filter is created that can match patterns across the entire path name.

> Support exclusion of paths:   "path/to/file.ext"
> ------------------------------------------------
>
>                 Key: RAT-161
>                 URL: https://issues.apache.org/jira/browse/RAT-161
>             Project: Apache Rat
>          Issue Type: New Feature
>          Components: reports
>            Reporter: Erik Erlandson
>            Priority: Minor
>             Fix For: 0.11
>
>         Attachments: RAT-161.patch
>
>
> It would be advantageous to be able to exclude specific files, e.g. "path/to/file.ext"
> The current '-E' feature cannot do this, as the filter patterns are only applied to individual files as directory tree is traversed, so a filter will never see "path/to/file.ext", only "path", "to" and "file.ext"
> See for example: SPARK-1493



--
This message was sent by Atlassian JIRA
(v6.2#6252)