You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Commit Tag Bot (JIRA)" <ji...@apache.org> on 2013/03/22 17:33:17 UTC

[jira] [Commented] (LUCENE-4428) add jar metadata testing to smokeTester

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

Commit Tag Bot commented on LUCENE-4428:
----------------------------------------

[branch_4x commit] Michael McCandless
http://svn.apache.org/viewvc?view=revision&revision=1390645

LUCENE-4428: verify MANIFEST.MF/LICENSE.txt/NOTICE.txt for all Lucene/Solr JARs/WARs

                
> add jar metadata testing to smokeTester
> ---------------------------------------
>
>                 Key: LUCENE-4428
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4428
>             Project: Lucene - Core
>          Issue Type: Test
>          Components: general/test
>            Reporter: Robert Muir
>            Assignee: Michael McCandless
>             Fix For: 4.0, 5.0
>
>         Attachments: LUCENE-4428.patch
>
>
> It would be nice if the smokeTester could verify the metadata inside the jars/wars we release, things like the following in META-INF/MANIFEST.MF:
> * Implementation-Vendor: The Apache Software Foundation
> * X-Compile-Source-JDK: 1.6 <-- check they used a 1.6 actual compiler
> * X-Compile-Target-JDK: 1.6 <-- check that classes are the right format
> * Specification-Version: 4.0.0 <-- should match release version
> There should also exist META-INF/LICENSE.txt and META-INF/NOTICE.txt and they should be correct (e.g. the solr one should not have lucene's or whatever).
> I think we could use some code similar to what Mike did on SOLR-3879 to do this. The only difference is that inside the solr.war, we are only interested in lucene-xxx and apache-solr-xxx jar files (not third party ones).

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org