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

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

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.5 beta2, 1.5 beta1, 1.4
            Reporter: Sebb


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


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

Posted by "Henning Schmiedehausen (JIRA)" <de...@velocity.apache.org>.
     [ 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


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

Posted by "Nathan Bubna (JIRA)" <de...@velocity.apache.org>.
    [ https://issues.apache.org/jira/browse/VELOCITY-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478098 ] 

Nathan Bubna commented on VELOCITY-524:
---------------------------------------

Thanks, I wasn't aware that there was a standard format for MD5 files.

We are already generating our MD5s using Ant.  Feel free to attach a patch if no one gets to it before you.

> 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
>
> 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