Adam Murdoch-3 wrote:
> 
> Not yet, though we do want to support something like this. Possibly, we
> might do this by allowing you to use a URL in a copy spec from statement:
> 
> copy {
>     from 'http://some-resource'
>     into 'build/tmp
> }
> 

It might be nice to also support copying *to* URLs as well, with a pluggable
handler of some kind.  An over-the-top example:

copy {
    from 'http://some-resource'
    into 'smb://server/share/directory'
}


--
View this message in context: 
http://gradle.1045684.n5.nabble.com/Download-task-in-Gradle-ant-get-alternate-tp3382766p4619719.html
Sent from the gradle-user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to