Re: RES: Problem with classloader in maven plugin

2008-05-22 Thread Tim Kettler
-plugin (as someone on the dev list already wrote). Thanks -Tim -Mensagem original- De: Tim Kettler [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 21 de maio de 2008 10:57 Para: Maven Users List Assunto: Re: Problem with classloader in maven plugin Hi, you've missunderstood

RES: Problem with classloader in maven plugin

2008-05-21 Thread Claudio Ranieri
Anyone? I want help the open source community, but I have this problem with classloader. -Mensagem original- De: Claudio Ranieri [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 20 de maio de 2008 07:47 Para: users@maven.apache.org Assunto: Problem with classloader in maven plugin Hi

Re: Problem with classloader in maven plugin

2008-05-21 Thread Tim Kettler
Hi, you've missunderstood the concept of a context classloader. A documentation bug [1] is open since a long time. Setting the context classloader doesn't mean that all classes created from that point on are created through this classloader. See here [2] and [3] for more information. [1]

RES: Problem with classloader in maven plugin

2008-05-21 Thread Claudio Ranieri
-Mensagem original- De: Tim Kettler [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 21 de maio de 2008 10:57 Para: Maven Users List Assunto: Re: Problem with classloader in maven plugin Hi, you've missunderstood the concept of a context classloader. A documentation bug [1] is open since

Problem with classloader in maven plugin

2008-05-20 Thread Claudio Ranieri
Hi I am trying to create a maven plugin to jboss wsconsume, but I have a problem with classloader in plugin. My plugin is based in an ant task (WSConsumeTask). I am using maven 2.0.8 on Windows machine. When I created a simple Java project with libraries necessary, my code works. How shown