Hi all.
I'm trying to create my own task definition that must contain many fileset tags.
I'd like to know how could I do it? Which interface I need to implement?
I was implementing TaskContainer interface but it requires that I implement a method (add) that receives a Task instance.
But with this task instance I could not obtain info about file definitions that is nested inside my task def.
Thanks!