You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Henning Schmiedehausen (JIRA)" <de...@velocity.apache.org> on 2007/03/06 13:09:24 UTC

[jira] Resolved: (VELOCITY-524) MD5 files have incorrect format

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

Henning Schmiedehausen resolved VELOCITY-524.
---------------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6

Fix is in 1.6. Thanks for pointing this out.

> MD5 files have incorrect format
> -------------------------------
>
>                 Key: VELOCITY-524
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-524
>             Project: Velocity
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.4, 1.5 beta1, 1.5 beta2
>            Reporter: Sebb
>             Fix For: 1.6
>
>
> The MD5 files for the Velocity downloads don't have the standard format.
> V1.4
> MD5 (velocity-1.4.zip) = 22cbd895f81dd4a6f17665b20b1cbcf71
> V1.5B2
> 5f148e43c1f7c647ec73af0b26ea5ebe
> The standard format is:
> 5f148e43c1f7c647ec73af0b26ea5ebe *velocity-1.5-beta2.zip
> and can readily be autogenerated from Ant using the following snippet:
> <echo message="Creating MD5 for ${path}"/>
> <basename property="_base" file="${path}"/>
> <checksum file="${path}" property="md5"/>
> <echo message="${md5} *${_base}" file="${path}.md5"/>

-- 
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: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org