Re: Bundling Ant Tasks

2022-08-19 Thread KM
You should be able to set the properties in the calling ant script or in your environment file using variables.  Unfortunately it's been a while since I used Ant and can't remember exactly.   If they are values that don't change set them directly, otherwise the env variables or properties in a f

Re: Bundling Ant Tasks

2022-08-19 Thread Stefan Bodewig
On 2022-08-19, Hiran Chaudhuri wrote: > From other libraries I have seen there are things like property or XML > files bundled with the tasks that can host such information - but they > seem to be an undocumented feature? You are describing tasks bundled as an antlib. The documentation is a bit b