Buildr does not have any mechanism for checksumming downloads.  That's not a
bad idea though; file a JIRA issue!

Daniel

On Mon, Aug 31, 2009 at 11:53 AM, Brendan Grainger <
[email protected]> wrote:

> Hi,
>
> I have successfully downloaded a zip and installed it an artifact using the
> guide here:
>
> http://buildr.apache.org/artifacts.html#downloading. ie:
>
> DOJO = '0.2.2'
>
> url = "http://download.dojotoolkit.org/release-#{DOJO}/dojo-#{DOJO}-
> widget.zip"
> download(artifact("dojo:dojo:zip:widget:#{DOJO}")=>url)
>
> Thanks, it's awesome. However, I have a question. When I look in the rdocs.
> I find no mention of a download method that tasks a hash a parameter. The
> closest I can find is URI::Generic.download which according to the docs
> takes a string or a task. Am I missing something here?
>
> I'd really like to understand this as it seems pretty fundamental.
>
> Thanks!

Reply via email to