Hello Simon,
> -----Original Message-----
> From: Simon McMahon [mailto:[EMAIL PROTECTED] 
> Sent: Monday, October 10, 2005 7:17 AM
> To: [EMAIL PROTECTED]; [email protected]
> Subject: RE: Java2WSDL - preserving service parameter names
> 
...
> I saw the following line in the Axis properties file:
>     <property name="debuglevel" value="lines,vars,source" />
> But this property is never referenced in the sample builds so I dont
> know if this is required or not.
> 
> How do I make the Ant build the same as "javac -g" so that 
> java2wsdl is
> happy?

  <javac
   debug="on"
   debuglevel="${debuglevel}"
  ...

   Merten

Reply via email to