RES: java.lang.NoClassDefFoundError in custom task

2008-11-03 Thread Andre Dantas Rocha
:30 Para: Ant Users List Assunto: Re: java.lang.NoClassDefFoundError in custom task Andre Dantas Rocha wrote: > Hi all, > > > > I'm trying to create a custom task that make some transformations using > Javassist (actually, this is my first Ant task). The task is very sim

Re: java.lang.NoClassDefFoundError in custom task

2008-11-03 Thread Steve Loughran
Andre Dantas Rocha wrote: Hi all, I'm trying to create a custom task that make some transformations using Javassist (actually, this is my first Ant task). The task is very simple, but can't figure out why it always produces a java.lang.NoClassDefFoundError (since the corresponding jar is in

java.lang.NoClassDefFoundError in custom task

2008-11-02 Thread Andre Dantas Rocha
Hi all, I'm trying to create a custom task that make some transformations using Javassist (actually, this is my first Ant task). The task is very simple, but can't figure out why it always produces a java.lang.NoClassDefFoundError (since the corresponding jar is in the path as message shows).