[
https://issues.apache.org/jira/browse/BUILDR-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993342#comment-12993342
]
Alex Boisvert commented on BUILDR-568:
--------------------------------------
Hi Dominic,
Now that I'm (finally) testing on Windows, I see that the approach you took is
incorrect. The proper way to download an artifact from a given URL is to write,
{code}
download(artifact("org.example:something:jar:1.1" =>
"http://org.example/path/to/artifact-1.0.jar")
{code}
I suspect it works on MacOS because you already had the artifact downloaded
correctly beforehand.
Can you try the above and see if it works for you?
> Buildr::download seems to be broken on windows
> ----------------------------------------------
>
> Key: BUILDR-568
> URL: https://issues.apache.org/jira/browse/BUILDR-568
> Project: Buildr
> Issue Type: Bug
> Components: Core features
> Affects Versions: 1.4.4
> Environment: Windows XP SP3 running inside a VM on Mac OS X
> buildr 1.4.4 running with rjb
> Reporter: Dominic Graefen
> Labels: buildr, core, download, windows
>
> In my buildr-extension I am downloading an artifact from an url
> Buildr::artifact("com.adobe.alchemy:toolkit:zip:#{toolkit_version}").from(Buildr::download(toolkit_url))
> which works fine on Mac OS X, but all the zip files I am downloading on
> Windows are corrupt.
> WinRAR says: "Unexpected end of Archive"
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira