On Mon, 8 Oct 2001, Ted Neward <[EMAIL PROTECTED]> wrote: > Ant-Tasks: com.foo.bar.MyTaskDefOne com.baz.quux.MyTaskDefTwo > > What, besides the classname of the task definitions, would you need > to provide in the task descriptor?
Hmm, the name of the task? Also we now have pluggable data types, not just tasks. You wouldn't want to end up writing something like <com.foo.bar.MyTypeDef id="mytype" /> <com.foo.bar.MyTaskDefOne someAttribute="xyz"> <myTypeAsNestedChild refid="mytype" /> </com.foo.bar.MyTaskDefOne> Stefan
