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 <[email protected]> wrote: > I then tried making my <condition> into a TaskContainer (like > MacroDef.NestedSequential), and collecting up the UnknownElements and > then cloning them and doing the substitution. However, I don't know > how to then turn them into a Condition object and evaluate them. I think it really only takes calling maybeConfigure() on your UnknownElement (after you've set up the RuntimeConfigurable) and the getRealThing to make it return the Condition instance. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
