On Tue, 09 Jul 2002, Simon O'Doherty <simon_odoherty@mail.com> wrote:
> I am just wondering if I am doing something wrong?
No, you are not. Ant "configures" all nested elements, before calling
execute on the task itself. I.e. all attributes have been set for
your nested elements before you get a chance to change them.
With Ant 1.5 you can get around this by using DynamicConfigurator.
Stefan
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|