On Mon, 7 Jan 2002 00:55, Jose Alberto Fernandez wrote: > This will allow writing tasks that have their own dynamic subset of valid > elements, for example <ejb-jar> would not have to be modified every time > a new EJB container is supported, but instead the new plug-in will be > declared in some registry and the task will use createDynamicElement() to > search for the correct plug-in element to instantiate.
This is implementable in a much cleaner fashion without the use of DynaTasks - effectively using DynaTask approach would force every task to deal with this rather than having it implemented once in the container. -- Cheers, Pete --------------------------------------- Be nice to your friends. If it weren't for them, you'd be a complete stranger. --------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
