You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2009/12/11 11:37:18 UTC

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

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

Gavin closed RAT-2.
-------------------

    Resolution: Fixed

This seems done now.

Projects can exclude files and dirs in a number of ways, using the CLI, using the rat-maven, using rat-anttasks.

Example of ant tasks:

    <rat:report xmlns:rat="antlib:org.apache.rat.anttasks">
      <fileset dir="${src-dir}">
        <excludesfile name="${src-dir}/etc/rat-avoid.txt"/>
        <exclude name=".buildbot-sourcedata"/>
      </fileset>
    </rat:report>

where rat-avoid.txt contains a line separated list of files dirs to ignore.

> 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
>          Components: engine
>            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.