Re: Re: Ant get task to accept arbitrary header

2017-01-21 Thread Arcadius Ahouansou
Hello AI Le. I got it working now. I will create a Jira ticket and submit a patch early next week. Thank you very much for your help. BTW: in this working implementation, I no longer use to group the header tags...I have now: Arcadius. On 20 January 2017 at 06:45, Al Le wrote: > > Ple

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