On Fri, 28 Sep 2001, Joe Toussaint <[EMAIL PROTECTED]> wrote: > I trying to write a custom task for ant and I want to have my task > support a 'fileset' subtask.
Just a nit - fileset is not a "task". > Can someone please give me an example on how to do this. A very basic example would be the built-in <touch> task, take a look at org.apache.tools.ant.taskdefs.Touch.java. Stefan
