Re: Bundling Ant Tasks

2022-08-22 Thread Stefan Bodewig
On 2022-08-22, Hiran Chaudhuri wrote: > If it is a bit buried but exists it might be nice to have a reference > from the 'Developing with Ant' guide. This is true. Have you got any suggestion where and how to do that? Maybe even a blurb of text that you could contribute given that you are freshl

Re: Bundling Ant Tasks

2022-08-22 Thread Hiran Chaudhuri
That's what I was searching for, thank you. I shall try the documented stuff. :-) If it is a bit buried but exists it might be nice to have a reference from the 'Developing with Ant' guide. Hiran On Fri, 2022-08-19 at 09:20 +0200, Stefan Bodewig wrote: > On 2022-08-19, Hiran Chaudhuri wrote: >

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

Bundling Ant Tasks

2022-08-18 Thread Hiran Chaudhuri
Hello there. I successfully created several custom Ant Tasks myself, thanks to the fine documentation in https://ant.apache.org/manual/developlist.html Now when I want to use these tasks, I always have to use taskdef elements in all my scripts and always remember exact dependencies (classpath) or