Aw: Re: Ant get task to accept arbitrary header

2017-01-19 Thread Al Le
> Please, after changing the java code, what are the steps required to let > the tag accept children nodes and ? You should have methods like "setHeaders" (for the headers element) and "addHeader"/"addConfiguredHeader" for the nested elements. See https://ant.apache.org/manual/develop.html fo

Re: Ant get task to accept arbitrary header

2017-01-19 Thread Arcadius Ahouansou
Hello. I am using the and get task for downloading files from a remote server. The server requires tokens custom headers for authentication/authorization i.e. I was wondering whether it's a good idea to add that to the current get task. I got the source code from github and did some changes in

Ant get task to accept arbitrary header

2017-01-19 Thread Arcadius Ahouansou
Hello. I am using the and get task for downloading files from a remote server. The server requires tokens custom headers for authentication/authorization i.e. I was wondering whether it's a good idea to add that to the current get task. I got the source code from github and did some changes in