You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by "Philipp Ottlinger (JIRA)" <ji...@apache.org> on 2017/09/04 19:42:00 UTC

[jira] [Commented] (RAT-240) .rat-excludes not matching full path

    [ https://issues.apache.org/jira/browse/RAT-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16152896#comment-16152896 ] 

Philipp Ottlinger commented on RAT-240:
---------------------------------------

[~janc] not sure what you mean or what kind of exclusions you want to configure - 
is https://github.com/ottlinger/creadur-rat-examples/tree/master/RAT-240 what you try to achieve?

If you want to exclude a full folder, you may configure it like that
{code}
  <exclude>foo/</exclude>
  <exclude>foo/**</exclude>
{code}

Do you have a link to the project that shows the behaviour you reported?

Thanks

> .rat-excludes not matching full path
> ------------------------------------
>
>                 Key: RAT-240
>                 URL: https://issues.apache.org/jira/browse/RAT-240
>             Project: Apache Rat
>          Issue Type: Bug
>            Reporter: Szymon Janc
>             Fix For: 0.12
>
>
> it is not possible to exclude file (or folder) by providing full path
> eg
> foo/foo2/main.c
> bar/bar2/main.c
> it is not possible to match only one of those file from project top directory .rat-excludes file.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)