You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsif-dev@ws.apache.org by Sam Ruby <ru...@us.ibm.com> on 2003/04/16 11:21:58 UTC

[GUMP] Build Failure - xml-axis-wsif

----------------------------------------------------
This email is autogenerated from the output from:
<http://cvs.apache.org/builds/gump/2003-04-16/xml-axis-wsif.html>
----------------------------------------------------

Buildfile: build.xml

init:

prepare:
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis-wsif/java/build

checkDependencies:

checkSoapRMI:
     [echo] Warning: SoapRMI dependencies were not resolved (see lib/README.html on how to required jar files).

checkJMS:

checkEJB:

checkApacheSOAP:

checkApacheAxis:

checkJ2C:

dynamic:
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis-wsif/java/build/classes
    [javac] Compiling 162 source files to /home/rubys/jakarta/xml-axis-wsif/java/build/classes
    [javac] This version of java does not support the classic compiler; upgrading to modern
    [javac] /home/rubys/jakarta/xml-axis-wsif/java/src/org/apache/wsif/wsdl/WSIFWSDLLocatorImpl.java:153: cannot resolve symbol
    [javac] symbol  : method getContentAsReader (java.net.URL)
    [javac] location: class com.ibm.wsdl.util.StringUtils
    [javac]                     reader = StringUtils.getContentAsReader(url);                    
    [javac]                                         ^
    [javac] /home/rubys/jakarta/xml-axis-wsif/java/src/org/apache/wsif/wsdl/WSIFWSDLLocatorImpl.java:200: cannot resolve symbol
    [javac] symbol  : method getContentAsReader (java.net.URL)
    [javac] location: class com.ibm.wsdl.util.StringUtils
    [javac]                     reader = StringUtils.getContentAsReader(url);                    
    [javac]                                         ^
    [javac] /home/rubys/jakarta/xml-axis-wsif/java/src/org/apache/wsif/wsdl/WSIFWSDLLocatorImpl.java:237: cannot resolve symbol
    [javac] symbol  : method getContentAsReader (java.net.URL)
    [javac] location: class com.ibm.wsdl.util.StringUtils
    [javac]                 reader = StringUtils.getContentAsReader(url);                
    [javac]                                     ^
    [javac] /home/rubys/jakarta/xml-axis-wsif/java/src/org/apache/wsif/wsdl/WSIFWSDLLocatorImpl.java:248: cannot resolve symbol
    [javac] symbol  : method getContentAsReader (java.net.URL)
    [javac] location: class com.ibm.wsdl.util.StringUtils
    [javac]                     reader = StringUtils.getContentAsReader(url);
    [javac]                                         ^
    [javac] /home/rubys/jakarta/xml-axis-wsif/java/src/org/apache/wsif/wsdl/AuthenticatingProxyWSDLLocatorImpl.java:154: cannot resolve symbol
    [javac] symbol  : method getContentAsReader (java.net.URL)
    [javac] location: class com.ibm.wsdl.util.StringUtils
    [javac]                 	baseReader = StringUtils.getContentAsReader(url);
    [javac]                                                 ^
    [javac] /home/rubys/jakarta/xml-axis-wsif/java/src/org/apache/wsif/wsdl/AuthenticatingProxyWSDLLocatorImpl.java:189: cannot resolve symbol
    [javac] symbol  : method getContentAsReader (java.net.URL)
    [javac] location: class com.ibm.wsdl.util.StringUtils
    [javac]                 importReader = StringUtils.getContentAsReader(url);
    [javac]                                           ^
    [javac] Note: /home/rubys/jakarta/xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFOperation_ApacheAxis.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 6 errors

BUILD FAILED
/home/rubys/jakarta/xml-axis-wsif/java/build.xml:276: Compile failed; see the compiler error output for details.

Total time: 14 seconds