On Fri, 24 May 2002 19:08, Stefan Bodewig wrote:
> On Fri, 24 May 2002, Peter Donald <[EMAIL PROTECTED]> wrote:
> > However I am not sure this works anymore because of changes that
> > Stefan made wrt overiding tasks etc? I dunno - Stefan ?
>
> I'm not aware of such a case.
>
>         Class old = (Class) taskClassDefinitions.get(taskName);
>         if (null != old) {
>             if (old.equals(taskClass)) {
>                 log("Ignoring override for task " + taskName
>
> would still override the old definition if taskClass and oldClass have
> been loaded from different classloaders.
>
> Are you aware of any problems?

Nope - just haven't tried it for a while ;)

-- 
Cheers,

Peter Donald


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to