The following properties can be used to configure the proxy settings to retrieve an image from behind a firewall. However, the settings apply not just to this task, but to all following tasks. Therefore they are now mostly deprecated in preference to the <setproxy> task, that makes it clear to readers of the build exactly what is going on. We say mostly as this task's support includes proxy authentication, so you may still need to use its proxy attributes.
useproxy | Use a proxy to access imgurl. Note: Only tested on JDK 1.2.2 and above | No | None |
proxy | IP or hostname of the proxy server | No | None |
port | Proxy portnumber | No | None |
user | User to authenticate to the proxy as. | No | None |
password | Proxy password | No | None |