You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (Created) (JIRA)" <ji...@apache.org> on 2012/04/06 14:29:23 UTC

[jira] [Created] (LUCENE-3962) Fix incorrect/missing CHANGES.txt entries

Fix incorrect/missing CHANGES.txt entries
-----------------------------------------

                 Key: LUCENE-3962
                 URL: https://issues.apache.org/jira/browse/LUCENE-3962
             Project: Lucene - Java
          Issue Type: Bug
          Components: general/build
            Reporter: Uwe Schindler
            Assignee: Uwe Schindler
            Priority: Blocker
             Fix For: 3.6, 4.0


While reviewing the release artifacts I found several issues with the CHANGES.txt file sin Lucene and Solr. Attached is an easy patch:

- we no longer JARJAR commons-csv
- Apache Ivy changes were missing in both CHANGES files
- Restructuring of build system by steven was not mentioned by Solr. This is important as it affects people working with the Solr source code.

--
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


[jira] [Resolved] (LUCENE-3962) Fix incorrect/missing CHANGES.txt entries

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

Uwe Schindler resolved LUCENE-3962.
-----------------------------------

    Resolution: Fixed

Committed trunk revision: 1310303
Committed 3.x revision: 1310304
                
> Fix incorrect/missing CHANGES.txt entries
> -----------------------------------------
>
>                 Key: LUCENE-3962
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3962
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: general/build
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>            Priority: Blocker
>             Fix For: 3.6, 4.0
>
>         Attachments: LUCENE-3962.patch, LUCENE-3962.patch
>
>
> While reviewing the release artifacts I found several issues with the CHANGES.txt file sin Lucene and Solr. Attached is an easy patch:
> - we no longer JARJAR commons-csv
> - Apache Ivy changes were missing in both CHANGES files
> - Restructuring of build system by steven was not mentioned by Solr. This is important as it affects people working with the Solr source code.

--
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


[jira] [Updated] (LUCENE-3962) Fix incorrect/missing CHANGES.txt entries

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

Uwe Schindler updated LUCENE-3962:
----------------------------------

    Attachment: LUCENE-3962.patch
    
> Fix incorrect/missing CHANGES.txt entries
> -----------------------------------------
>
>                 Key: LUCENE-3962
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3962
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: general/build
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>            Priority: Blocker
>             Fix For: 3.6, 4.0
>
>         Attachments: LUCENE-3962.patch
>
>
> While reviewing the release artifacts I found several issues with the CHANGES.txt file sin Lucene and Solr. Attached is an easy patch:
> - we no longer JARJAR commons-csv
> - Apache Ivy changes were missing in both CHANGES files
> - Restructuring of build system by steven was not mentioned by Solr. This is important as it affects people working with the Solr source code.

--
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


[jira] [Updated] (LUCENE-3962) Fix incorrect/missing CHANGES.txt entries

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

Uwe Schindler updated LUCENE-3962:
----------------------------------

    Attachment: LUCENE-3962.patch

I missed to add Chris Male to the Commons-CSV issue (he finally moved the code).
                
> Fix incorrect/missing CHANGES.txt entries
> -----------------------------------------
>
>                 Key: LUCENE-3962
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3962
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: general/build
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>            Priority: Blocker
>             Fix For: 3.6, 4.0
>
>         Attachments: LUCENE-3962.patch, LUCENE-3962.patch
>
>
> While reviewing the release artifacts I found several issues with the CHANGES.txt file sin Lucene and Solr. Attached is an easy patch:
> - we no longer JARJAR commons-csv
> - Apache Ivy changes were missing in both CHANGES files
> - Restructuring of build system by steven was not mentioned by Solr. This is important as it affects people working with the Solr source code.

--
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


[jira] [Commented] (LUCENE-3962) Fix incorrect/missing CHANGES.txt entries

Posted by "Uwe Schindler (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-3962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13248270#comment-13248270 ] 

Uwe Schindler commented on LUCENE-3962:
---------------------------------------

OK. I will commit this after making this change.
                
> Fix incorrect/missing CHANGES.txt entries
> -----------------------------------------
>
>                 Key: LUCENE-3962
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3962
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: general/build
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>            Priority: Blocker
>             Fix For: 3.6, 4.0
>
>         Attachments: LUCENE-3962.patch, LUCENE-3962.patch
>
>
> While reviewing the release artifacts I found several issues with the CHANGES.txt file sin Lucene and Solr. Attached is an easy patch:
> - we no longer JARJAR commons-csv
> - Apache Ivy changes were missing in both CHANGES files
> - Restructuring of build system by steven was not mentioned by Solr. This is important as it affects people working with the Solr source code.

--
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


[jira] [Commented] (LUCENE-3962) Fix incorrect/missing CHANGES.txt entries

Posted by "Robert Muir (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-3962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13248269#comment-13248269 ] 

Robert Muir commented on LUCENE-3962:
-------------------------------------

Solr has no build.txt, but the entry you add to its CHANGES.txt says:

{noformat}
Please review BUILD.txt for instructions.
{noformat}

For Solr, this should say 'Please review *README.txt* for instructions'. 
                
> Fix incorrect/missing CHANGES.txt entries
> -----------------------------------------
>
>                 Key: LUCENE-3962
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3962
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: general/build
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>            Priority: Blocker
>             Fix For: 3.6, 4.0
>
>         Attachments: LUCENE-3962.patch, LUCENE-3962.patch
>
>
> While reviewing the release artifacts I found several issues with the CHANGES.txt file sin Lucene and Solr. Attached is an easy patch:
> - we no longer JARJAR commons-csv
> - Apache Ivy changes were missing in both CHANGES files
> - Restructuring of build system by steven was not mentioned by Solr. This is important as it affects people working with the Solr source code.

--
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


[jira] [Commented] (LUCENE-3962) Fix incorrect/missing CHANGES.txt entries

Posted by "Uwe Schindler (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-3962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13248267#comment-13248267 ] 

Uwe Schindler commented on LUCENE-3962:
---------------------------------------

Path for trunk to be backported.
                
> Fix incorrect/missing CHANGES.txt entries
> -----------------------------------------
>
>                 Key: LUCENE-3962
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3962
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: general/build
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>            Priority: Blocker
>             Fix For: 3.6, 4.0
>
>         Attachments: LUCENE-3962.patch
>
>
> While reviewing the release artifacts I found several issues with the CHANGES.txt file sin Lucene and Solr. Attached is an easy patch:
> - we no longer JARJAR commons-csv
> - Apache Ivy changes were missing in both CHANGES files
> - Restructuring of build system by steven was not mentioned by Solr. This is important as it affects people working with the Solr source code.

--
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