axis-wsdl2java Ant Task usage

2004-01-21 Thread Ransel Lopez
Title: Message Hi everyone,   I am trying to execute an Ant Task to get java classes from my service. The problem is that I am having problem with the classpath, because when I execute my task I get java.lang.NoClassDefFoundError: javax.wsdl.Definition. I am following the steps to execute th

Re: axis-wsdl2java ant task

2003-09-23 Thread Jens Schumann
On 9/23/03 01:11 PM Jens Schumann <[EMAIL PROTECTED]> wrote: > 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 Excepti

Re: axis-wsdl2java ant task

2003-09-23 Thread Jens Schumann
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:

Re: axis-wsdl2java ant task

2003-09-22 Thread Stephen Gordon
fyi, i use the following: ---SNIP- --/SNIP- good luck!! stephen Johansen Per Henrik wrote: I am having troubles using the axis-wsdl2java ant task. I have the following in my build.xml file

RE: axis-wsdl2java ant task

2003-09-22 Thread Fred Tsang
ant task I am having troubles using the axis-wsdl2java ant task. I have the following in my build.xml file: But when running the task, ant fails with the following

axis-wsdl2java ant task

2003-09-22 Thread Johansen Per Henrik
I am having troubles using the axis-wsdl2java ant task. I have the following in my build.xml file: But when running the task, ant fails with the following error