DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16083>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16083

WSDL2Java suddenly breaking with NPE





------- Additional Comments From [EMAIL PROTECTED]  2003-01-15 00:20 -------
FYI, this is the ant target that can replicate the problem. Thinking about it, I
cannot put an exact date on when this regression occurred -but it is a
regression as even WSDL from december is broken. I believe it will be since I
changed the exception stuff last week (as that is what I was running), and
today's has stopped. Moral: I should be running the gump on my desk..

  <target name="zoo"  
      depends="init"
      >
    <property name="zoo.dir" location= "build/zoo" />
    <property name="zoo.package" value= "org.example.zoo.soap" />
    <mkdir dir="${zoo.dir}"/>
    <axis-wsdl2java 
      output="${zoo.dir}"
      serverside="true"
      skeletondeploy="true"
      url="${zorro.wsdl}"
      verbose="true"
      >
        <mapping
          namespace="http://zoo.example.org/";
          package="${zoo.package}" />      
        <mapping
          namespace="http://zoo.example.org:8080/zorro/dtds/zorro.xsd";
          package="${zoo.package}.data" />      
    </axis-wsdl2java>
  </target>

Reply via email to