Mark A. Russell <[EMAIL PROTECTED]> wrote: > My question is this: Is there a way to define a new dataset in the > ant buildfile, similar to defining a custom task, so that I can > reference the dataset similar to filesets etc.
No there is not, but I feel a <typedef> similar to <taskdef> is missing. I'd be willing to write one, which would basically be a copy of Taskdef.java, if nobody complains - not sure whether this would make moving from Ant 1.4 to 2.0 more difficult. Stefan
