[
https://issues.apache.org/jira/browse/LUCENE-4016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261052#comment-13261052
]
Dawid Weiss commented on LUCENE-4016:
-------------------------------------
I'll check Ubuntu tomorrow. If anybody wants to give Mac a try, go ahead. I
don't think there will be any differences, really -- if it passed without any
glitches on my Windows machine I don't expect any problems on other platforms
(typically it's windows that causes problems).
> 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
>
>
> Diff the outputs between ant 1.8.2 and ant 1.7.1.
> {noformat}
> Target Windows Ubuntu Mac Jenkins
> ------------------------------------------------
> /
> ivy-bootstrap OK ? ? ?
> jar-checksums OK ? ? ?
> validate OK ? ? ?
> test OK ? ? ?
> lucene/
> prepare-relea* OK ? ? ?
> solr/
> prepare-relea* 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: [email protected]
For additional commands, e-mail: [email protected]