You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2008/02/03 21:43:07 UTC

[jira] Created: (RAT-2) RAT reports should be able to skip certain file types or contents:

RAT reports should be able to skip certain file types or contents:
------------------------------------------------------------------

                 Key: RAT-2
                 URL: https://issues.apache.org/jira/browse/RAT-2
             Project: RAT
          Issue Type: Improvement
            Reporter: Sebb


RAT reports should be able to skip certain file types or contents:

MANIFEST files

*.css where the contents is a single "@include" line

CHANGES file

It would be useful if exceptions could be configured on a per-project basis

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (RAT-2) RAT reports should be able to skip certain file types or contents:

Posted by "Jochen Wiedmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAT-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565226#action_12565226 ] 

Jochen Wiedmann commented on RAT-2:
-----------------------------------

As you can see on

     http://mojo.codehaus.org/rat-maven-plugin/rat-mojo.html

there is a possibility to configure exclusions. This possibility permits wildcards like **/*.css. A similar possibility exists for the Ant task.

Does that fulfill your needs? If not, what more do you need?


> RAT reports should be able to skip certain file types or contents:
> ------------------------------------------------------------------
>
>                 Key: RAT-2
>                 URL: https://issues.apache.org/jira/browse/RAT-2
>             Project: RAT
>          Issue Type: Improvement
>            Reporter: Sebb
>
> RAT reports should be able to skip certain file types or contents:
> MANIFEST files
> *.css where the contents is a single "@include" line
> CHANGES file
> It would be useful if exceptions could be configured on a per-project basis

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (RAT-2) RAT reports should be able to skip certain file types or contents:

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAT-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565239#action_12565239 ] 

Sebb commented on RAT-2:
------------------------

Did not know about that; the version of RAT I looked (0.5.1) at had no config at all as far as I could see.

The excludes parameter would work for MANIFEST and CHANGES files where the deciding factor is the file name.

AFAICS it would not suffice for CSS files that just contain a single @include line; these are quite common.

There are probably other files that are too short to warrant a header.

Also, I think MANIFEST files should be excluded by default.

> RAT reports should be able to skip certain file types or contents:
> ------------------------------------------------------------------
>
>                 Key: RAT-2
>                 URL: https://issues.apache.org/jira/browse/RAT-2
>             Project: RAT
>          Issue Type: Improvement
>            Reporter: Sebb
>
> RAT reports should be able to skip certain file types or contents:
> MANIFEST files
> *.css where the contents is a single "@include" line
> CHANGES file
> It would be useful if exceptions could be configured on a per-project basis

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (RAT-2) RAT reports should be able to skip certain file types or contents:

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAT-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568916#action_12568916 ] 

Sebb commented on RAT-2:
------------------------

RAT should also ignore empty files - these are sometimes needed for testing.

It should also ignore velocity.log by default.

I've seen a RAT report that complained about files named:  junit<nnnn>.properties. 
These appear to be generated files, and should not be required to have AL headers.

> RAT reports should be able to skip certain file types or contents:
> ------------------------------------------------------------------
>
>                 Key: RAT-2
>                 URL: https://issues.apache.org/jira/browse/RAT-2
>             Project: RAT
>          Issue Type: Improvement
>            Reporter: Sebb
>
> RAT reports should be able to skip certain file types or contents:
> MANIFEST files
> *.css where the contents is a single "@include" line
> CHANGES file
> It would be useful if exceptions could be configured on a per-project basis

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.