On Wed, 04 Sep 2002, Fei Sha <[EMAIL PROTECTED]> wrote: > Is there a better way to force the sub tasks to be loaded into the > task container's class loader?
Either define them all in a single <taskdef> (via the file or resource attributes) or use the loaderref attribute to use the same class loader instance in different <taskdef>s. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
