Re: [NEW TASK PROPOSAL] onceonly

2004-04-30 Thread Alexey N. Solofnenko
Hello Peter, It seems like a work-around of another serious issue - &Co should not be used at all when there is a chance that some tasks will be executed twice or more times. There are now other mechanisms that work better - and . - Alexey. Peter Reilly wrote: For my site antlib, I am current

[NEW TASK PROPOSAL] onceonly

2004-04-30 Thread Peter Reilly
For my site antlib, I am currently using a task which may be usefull to have as a std ant task (or ant-contrib task). The idea is that the task will only be run once, even if called multiple times (via ant, antcall, subant - indirectly via import). For example: Initializing Project