[
https://issues.apache.org/jira/browse/LUCENE-3984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13254170#comment-13254170
]
Dawid Weiss commented on LUCENE-3984:
-------------------------------------
Can I commit this in as a top-level target? It shouldn't matter for svn/git
files that don't change (their timestamps will but contents will not) and it
helps folks on Windows who can't use Hoss's magic bash pipe (doesn't this sound
wrong somehow?).
> 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]