there is actually a link in the documention that comes with axis.
http://your_computer/axis/docs/ant/axis-wsdl2java.html

if you go up a directory, there is more info on the ant tasks.

hope this helps.



Bill Pfeiffer wrote:
Thanks.  That was my guess, but I didn't see it documented and wasn't in
experimentation mode.

Bill
----- Original Message -----
From: "Duane Musser" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 25, 2003 10:45 AM
Subject: Re: How to set --all option in Wsdl2Java ant task



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


Bill Pfeiffer wrote:


How do you set the --all option in the Wsdl2Java ant task?

Bill



-- duane






-- duane



Reply via email to