[
https://issues.apache.org/jira/browse/LUCENE-3984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13254173#comment-13254173
]
Robert Muir commented on LUCENE-3984:
-------------------------------------
Please do, i dont remember what my magic bash pipe was (as i backported
hossman's changes to 3.x), but it was something aweful.
> Add a target to recalculate SHA1 checksums for JAR
> --------------------------------------------------
>
> Key: LUCENE-3984
> URL: https://issues.apache.org/jira/browse/LUCENE-3984
> Project: Lucene - Java
> Issue Type: Task
> Reporter: Dawid Weiss
> Assignee: Dawid Weiss
> Priority: Trivial
> Fix For: 4.0
>
>
> Something like this. Either top-level or common-build.xml?
> {noformat}
> <target name="refresh-checksums">
> <checksum algorithm="SHA1">
> <fileset dir="${basedir}">
> <include name="**/*.jar"/>
> </fileset>
> </checksum>
> </target>
> {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]