I wish to pass an array of a properties ( foo[1].a =.. foo[1].b =.. ) to a custom ANT task that I have defined .. What is the best way to do this ? How do I define custom types and can they be passed as attributes of the custom task ?
Thanks, -Nandan