> -----Original Message-----
> From: David Crossley (JIRA) [mailto:
jira@...]
> Sent: Friday, 16 October 2009 3:33 PM
> To:
dev@...
> Subject: [jira] Created: (FOR-1180) add configuration file for Apache RAT
> to exclude certain paths from license verification
>
> add configuration file for Apache RAT to exclude certain paths from
> license verification
> --------------------------------------------------------------------------
> --------------
>
> Key: FOR-1180
> URL:
https://issues.apache.org/jira/browse/FOR-1180> Project: Forrest
> Issue Type: Task
> Components: Project administration
> Reporter: David Crossley
>
>
> At Apache RAT (in Incubator) we need a file to exclude certain pathnames
> from processing:
>
>
http://markmail.org/message/wwp52jhaxojnthxm> Subject: Re: [SOLVED] - RE: RAT with BuildBot at Apache
> Date: Oct 15, 2009
>
Thanks David, great job in getting them down to 13.
Out of those 13 remaining ones, I recognise:
[rat:report]
/home/buildslave2/slave2/forrest-trunk/build/main/fresh-site/src/documentati
on/content/xdocs/samples-b/xinclude-input-sec4.txt
Which can't have a license header as it would be included in the output, and
is only a snippet of text that doesn't need it.
[rat:report]
/home/buildslave2/slave2/forrest-trunk/build/whiteboard/plugins/org.apache.f
orrest.plugin.output.OOo/resources/stylesheets/include_content.xml
[rat:report]
/home/buildslave2/slave2/forrest-trunk/build/whiteboard/plugins/org.apache.f
orrest.plugin.output.OOo/resources/stylesheets/include_manifest.xml
[rat:report]
/home/buildslave2/slave2/forrest-trunk/build/whiteboard/plugins/org.apache.f
orrest.plugin.output.OOo/resources/stylesheets/include_meta.xml
[rat:report]
/home/buildslave2/slave2/forrest-trunk/build/whiteboard/plugins/org.apache.f
orrest.plugin.output.OOo/resources/stylesheets/include_settings.xml
[rat:report]
/home/buildslave2/slave2/forrest-trunk/build/whiteboard/plugins/org.apache.f
orrest.plugin.output.OOo/resources/stylesheets/include_styles.xml
All of those get included into a single file before being zipped up as part
of an odt archive file. The content of those files above are OpenDocument
format configurations and I guess should be excluded anyway.
If no objections I'll add them to the exclude pattern later.
Gav...