You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Dawid Weiss (JIRA)" <ji...@apache.org> on 2012/04/27 10:04:02 UTC

[jira] [Resolved] (LUCENE-4016) Check if all the packaging/ development tasks work with latest Ant 1.8.x and switch to ant 1.8.x as the "officially supported" build platform.

     [ https://issues.apache.org/jira/browse/LUCENE-4016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dawid Weiss resolved LUCENE-4016.
---------------------------------

    Resolution: Fixed
    
> Check if all the packaging/ development tasks work with latest Ant 1.8.x and switch to ant 1.8.x as the "officially supported" build platform.
> ----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-4016
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4016
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: general/build
>            Reporter: Dawid Weiss
>            Assignee: Dawid Weiss
>            Priority: Trivial
>             Fix For: 4.0
>
>         Attachments: LUCENE-4016.patch
>
>
> Diff the outputs between ant 1.8.2 and ant 1.7.1.
> {noformat}
> Target         Windows   Ubuntu    Mac   Jenkins
> ------------------------------------------------
> /
>   ivy-bootstrap  OK        OK      OK       ?
>   jar-checksums  OK        OK      OK       ?
>   validate       OK        OK      OK       ?
>   test           OK        OK      OK      OK
> lucene/
>   prepare-relea* OK        OK      OK       ?
> solr/
>   prepare-relea* OK        OK      OK       ?
> {noformat}
> Check consistency with release instructions: http://wiki.apache.org/lucene-java/ReleaseTodo and http://wiki.apache.org/solr/HowToRelease
> Differences log:
> - ant 1.8.x creates empty package-info.class where ant 1.7.x would fail to do so. This is documented at http://ant.apache.org/manual/Tasks/javac.html and is the expected behavior.
> - manifest timestamps are slightly different (Created-By - jvm version is formatted differently, I think more human-friendly in 1.8).
> {noformat}
> 1.7: Created-By: 22.1-b02 (Oracle Corporation)
> 1.8: Created-By: 1.7.0_03-b05 (Oracle Corporation)
> {noformat}

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