if you hit the CVS head you will get the documentation, under docs/ant that
is just starting to go in, and currently lists the params for the task

meantime, from http://iseran.com/Steve/papers/interop (downloadable, needs
IIS to work)

<path id="axis.classpath">
  <fileset dir="${lib.dir}">
    <include name="**/*.jar"/>
  </fileset>
</path>

<taskdef resource="axis-tasks.properties"
  classpathref="axis.classpath" />

    <axis-wsdl2java
      output="${generated.dir}"
      testcase="true"
      verbose="true"
      url="${local.wsdl}"
      >
        <mapping
          namespace="http://iseran.com/ns/interop";
          package="interop" />
      </axis-wsdl2java>



----- Original Message -----
From: "Jagadeesan,Sivakumar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 23, 2002 2:35 PM
Subject: Axis and Ant


> Hi All:
>
> Could anybody tell me how to use the WSDL2Java and Java2WSDL ant tasks?
>
> It would be great if you can paste a snippet of your build.xml
>
> Rgds,
> -Siva
>

Reply via email to