You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (Commented) (JIRA)" <ji...@apache.org> on 2012/04/04 03:44:23 UTC

[jira] [Commented] (LUCENE-1866) better RAT reporting

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

Robert Muir commented on LUCENE-1866:
-------------------------------------

Looking at this more, I'm tired of reviewing/fixing the licenses prior to release.

I think the issue should be less of 'better rat reporting' and more of:
# configure rat with the proper accepted licenses so there are no false positives for e.g. BSD stuff.
# configure any really necessary exclusions (like there is an htmlStripTest.html that I'm sure is structured
  the way it is for a reason for testing something)
# fix "top-level" stuff like lucene/solr/modules to, instead of failing confusingly because
  they have no src/, instead recurse into all their submodules.
# once everything is configured correctly: have hudson fail the build if files are missing any licenses, 
  we can grep the output file automatically to determine it passed with no problems.
                
> better RAT reporting
> --------------------
>
>                 Key: LUCENE-1866
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1866
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: general/build
>            Reporter: Hoss Man
>            Assignee: Robert Muir
>             Fix For: 4.0
>
>         Attachments: LUCENE-1866.patch, LUCENE-1866.patch
>
>
> the "ant rat-sources" target currently only analyzes src/java ... we can do better then this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org