You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2009/08/27 21:59:59 UTC

[jira] Created: (LUCENE-1866) better RAT reporting

better RAT reporting
--------------------

                 Key: LUCENE-1866
                 URL: https://issues.apache.org/jira/browse/LUCENE-1866
             Project: Lucene - Java
          Issue Type: Bug
            Reporter: Hoss Man


the "ant rat-sources" target currently only analyzes src/java ... we can do better then this.

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


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


[jira] Updated: (LUCENE-1866) better RAT reporting

Posted by "Hoss Man (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man updated LUCENE-1866:
-----------------------------

    Attachment: LUCENE-1866.patch

per discussion on the user list, we should be looking at a RAT report for *all* the sources in the common case, and prior to a release we should sanity check _exactly_ what is in the release.

patch makes a start at this ... as mentioned on mail, the rat ant task has soem anoying limitations so i went back and forth between using it vs using <java> to run rat.Report directly.

at the moment this works fine, but it's pissing me off that i can't find an obvious way to either just get a summary report (skipping all the heads of the files that don't have recognized licenses) or to have hte report go to a file *and* to the ant output (because when the report is really bad, all the important summary info scrolls out of hte terminal buffer unless it's configured really huge)


I'm clearly really tired right now, so i'm going to drop this and let other people pick it up if they want.

> better RAT reporting
> --------------------
>
>                 Key: LUCENE-1866
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1866
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Hoss Man
>         Attachments: 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.
-
You can reply to this email to add a comment to the issue online.


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