Hi Michael
it's been a few years since I last looked at the inner workings of
macrodef so I can't really comment on it right away.
On 2009-07-20, Michael George wrote:
> I then tried making my into a TaskContainer (like
> MacroDef.NestedSequential), and collecting up the UnknownElements and
>
Hello,
I'm trying to write an ant task that does substitution like macroDef or
ant-contrib:foreach does. I want to take something like this:
and evaluate the tag, substituting each option into the
condition for @{foo}. However, I'm having trouble getting this to work.
I fi