RE: classloader and delegating classloader problem

2006-08-22 Thread Rainer Noack
> Sent: Tuesday, August 22, 2006 3:59 PM > To: dev@ant.apache.org > Subject: classloader and delegating classloader problem > > > Hello Peter and other, > > does this task address the delegating class > loader issue ? > > I am really not knowledgeable about cl

Re: classloader and delegating classloader problem

2006-08-22 Thread Antoine Levy-Lambert
Cool. Regards, Antoine Original-Nachricht Datum: Tue, 22 Aug 2006 16:17:59 +0100 Von: "Peter Reilly" <[EMAIL PROTECTED]> An: "Ant Developers List" Betreff: Re: classloader and delegating classloader problem > I do not know if it solves this prob

Re: classloader and delegating classloader problem

2006-08-22 Thread Peter Reilly
I do not know if it solves this problem, but I think that it does. (but at a cost - this is not standard use of classloaders, the code uses reflection to access protected methods of URLClassloader). Peter On 8/22/06, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: Hello Peter and other, does

classloader and delegating classloader problem

2006-08-22 Thread Antoine Levy-Lambert
Hello Peter and other, does this task address the delegating class loader issue ? I am really not knowledgeable about classloaders myself, but remember that I was not able to make a custom task based on JNDI APIs work if the concrete JNDI driver to use (in this case it was a JNDI driver for MQ