On Fri, 15 Jul 2005, Simon Kitching <[EMAIL PROTECTED]> wrote: > Has anyone considered making taskdef use a child-first classloader > in order to avoid having to move the relevant task jar out of the > ant/lib dir?
<taskdef> has a deprecated but probably never going to get removed reverseload attribute which does just that. In general this is no good idea unless you really know what you do. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
