[ 
https://issues.apache.org/jira/browse/LUCENE-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501097
 ] 

Hoss Man commented on LUCENE-904:
---------------------------------

FWIW ... i put something like this in the solr build.xml a while back, but 
discovered the format ant's <checksum> task uses by default is really trivial 
and doesn't work when people use "md5sum -c" to try and check the sums.  
(<checksum> has a "format" attribute now, but that wasn't added until ~Dec2006, 
so I think it requires ant 1.7)

the way we solved the problem was with the <solr-checksum> macro added to our 
build.xml in this commit...
http://svn.apache.org/viewvc/lucene/solr/trunk/build.xml?r1=483882&r2=484780

background...
http://www.nabble.com/%22correct%22-format-for-the-md5-files--tf2779495.html#a7754724

> Calculate MD5 checksums in target <dist-all>
> --------------------------------------------
>
>                 Key: LUCENE-904
>                 URL: https://issues.apache.org/jira/browse/LUCENE-904
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Build
>            Reporter: Michael Busch
>            Assignee: Michael Busch
>            Priority: Trivial
>             Fix For: 2.2
>
>         Attachments: lucene-904.patch
>
>
> Trivial patch that extends the ant target <dist-all> to calculate
> the MD5 checksums for the dist files.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to