[
https://issues.apache.org/jira/browse/LUCENE-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13682036#comment-13682036
]
Uwe Schindler edited comment on LUCENE-5055 at 6/13/13 8:49 AM:
----------------------------------------------------------------
I added:
{code:xml}
<fileset dir="${src.dir}/../resources" excludes="${rat.excludes}"
erroronmissingdir="no"/>
{code}
(the way with $\{src.dir\}/../resources is identical to the copy task in javac)
And now we have some missing Licenses on *.rslp files. It also scans the zip
files inside. The pattern might need additional checks.
was (Author: thetaphi):
I added:
{code:xml}
<fileset dir="${src.dir}/../resources" excludes="${rat.excludes}"
erroronmissingdir="no"/>
{code}
(the way with ${src.dir}/../resources is identical to the copy task in javac)
And now we have some missing Licenses on *.rslp files. It also scans the zip
files inside. The pattern might need additional checks.
> rat-sources target is missing build and ivy xml files, also resources folders
> -----------------------------------------------------------------------------
>
> Key: LUCENE-5055
> URL: https://issues.apache.org/jira/browse/LUCENE-5055
> Project: Lucene - Core
> Issue Type: Bug
> Components: general/build
> Reporter: Ryan Ernst
> Assignee: Uwe Schindler
> Fix For: 5.0, 4.4
>
> Attachments: LUCENE-5055.patch, LUCENE-5055.patch, LUCENE-5055.patch,
> LUCENE-5055.patch
>
>
> The check for copyright notices in files isn't checking all files, only
> source/test files. A couple modules xml files are missing this (join,
> spatial, and custom-tasks.xml).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]