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 :
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
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
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:
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:
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