Aw: Re: Ant get task to accept arbitrary header
"Al Le" <[email protected]>
| Newsgroups | gmane.comp.jakarta.ant.user |
|---|---|
| Message-ID | <trinity-ab875d7e-e971-429c-8e2a-5b602c3e17d5-1484894722904@3capp-gmx-bs05> |
> Please, after changing the java code, what are the steps required to let > the <get> tag accept children nodes <headers> and <header>? 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 for more details. BTW: I'll very much welcome your changes!