Re: Class not found in taskdef

2006-08-21 Thread Thierry Rietsch
ups, yes that's another failure :-) thanks a lot. Antoine Levy-Lambert wrote: > > Hello Thierry, > > you are taskdefing the wrong class, the class you are entering in your > taskdef does not exist or cannot be used as an ant task (no execute method) > > a short search in google tells me this :

Re: Class not found in taskdef

2006-08-21 Thread Thierry Rietsch
Thanks, the refid was the solution! Rainer Noack wrote: > see below. > > cheers > > rainer > >> -Original Message- >> From: Thierry Rietsch [mailto:[EMAIL PROTECTED] >> Sent: Sunday, August 20, 2006 4:52 PM >> To: user@ant.apache.org >> Subject: Class not found in taskdef >> >> >> Hi a

RE: Class not found in taskdef

2006-08-21 Thread Rainer Noack
see below. cheers rainer > -Original Message- > From: Thierry Rietsch [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 20, 2006 4:52 PM > To: user@ant.apache.org > Subject: Class not found in taskdef > > > Hi all > > I like to run the com.sun.tools.ws.WsGen tool from the > build.xml

Re: Class not found in taskdef

2006-08-21 Thread Antoine Levy-Lambert
Hello Thierry, you are taskdefing the wrong class, the class you are entering in your taskdef does not exist or cannot be used as an ant task (no execute method) a short search in google tells me this : Regards, Antoine On Aug 20, 2006, at 5:52 PM, Thierry Rietsch wrote:

Re: Class not found in taskdef

2006-08-21 Thread Antoine Levy-Lambert
Hello Thierry, you are taskdefing the wrong class, the class you are entering in your taskdef does not exist or cannot be used as an ant task (no execute method) a short search in google tells me this : Regards, Antoine On Aug 20, 2006, at 5:52 PM, Thierry Rietsch wrote:

Re: Class not found in taskdef

2006-08-20 Thread markus innerebner
Thierry Rietsch wrote: > Hi all > > I like to run the com.sun.tools.ws.WsGen tool from the build.xml. For > that I defined a taskdef in my build.xml: > > > > > > and the related classpath: > > > > > > > Hi Thierry if you use in the classpath element the attribute refid i