You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@eng.sun.com on 2000/02/25 10:33:26 UTC

Re: conditionals and loops (was: Macro task (was: ...))

> Now, that is not to say that you couldn't have something, with a more
> normal semantics, that works with any XML element.  Maybe you hard-wire a
> few XML elements, but they do the replication at execution-time instead of
> parse-time.  (I'm not even sure you need to hard-wire anything.  If someone
> puts a createForeach() method in their Task they lose standard ForEach
> capability.  You then define ForEach using a plugin architecture, like
> Tasks.)
> 
> I agree this needs some thought as to the details.  I would strongly like
> to move in this direction though.
> 
> later,
> 
> \x/ill         :-}
>