Re: Creating a macrodef dynamically...within beanshell or any scripting language?

2011-12-08 Thread Scot P. Floess
I should mention that doing this will execute just fine as I expect: classname="org.apache.tools.ant.taskdefs.Sequential"/> I just loose that nice macrodef-ish @{param} expansion that I get in both macrodef

Creating a macrodef dynamically...within beanshell or any scripting language?

2011-12-08 Thread Scot P. Floess
All, I have what may seem like a strange question... I was looking through the source for Ant Contrib's ForTask.java... I see it uses MacroDef internally as well as MacroInstance to execute(). I've got a script def that has a child element entitled "sequential" of type org.apache.tools.ant