On 9/22/03 01:13 PM Johansen Per Henrik <[EMAIL PROTECTED]> wrote:
>
> But when running the task, ant fails with the following error:
>
> [taskdef] Loading definitions from resource axis-tasks.properties
> [taskdef] BUILD FAILED:
> file:D:/eclipse/workspace/gardskartservlet/build/build.xml:67: taskdef class
> org.apache.axis.tools.ant.wsdl.Wsdl2javaAntTask cannot be found
>
> I have tried various approaches to solve this, but the class Wsdl2javaAntTask
> is never found (Java2WsdlAntTask is btw).
> I am using ant 1.5.1 compiled on October 2 2002, ant axis-1_1.
I was about to test the current CVS HEAD Version and was running into the
same/ a similar issue.
Could you please run ant in verbose mode (ant -v) and check if there is a
java.lang.NoClassDefFoundError?
I get the following error, but was unable to locate the reason for. It seems
to be a change in DefaultAuthenticator related classes. (commons-discovery?,
commons-logging?) The Authenticator is in axis.jar.
--- Nested Exception ---
java.lang.NoClassDefFoundError: org/apache/axis/utils/DefaultAuthenticator
at java.lang.Class.getConstructors0(Native Method)
Jens
(CrossPost to AXIS-DEV).