----------------------------------------------------
This email is autogenerated from the output from:
<http://cvs.apache.org/builds/gump/2003-08-18/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 168 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/providers/soap/apacheaxis/WSIFOperation_ApacheAxis.java:1737:
cannot resolve symbol
[javac] symbol : method setScopedProperty (java.lang.String,java.lang.Boolean)
[javac] location: class org.apache.axis.client.Call
[javac] call.setScopedProperty(Call.SEND_TYPE_ATTR, Boolean.FALSE);
[javac] ^
[javac]
/home/rubys/jakarta/xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFOperation_ApacheAxis.java:1738:
cannot resolve symbol
[javac] symbol : method setScopedProperty (java.lang.String,java.lang.Boolean)
[javac] location: class org.apache.axis.client.Call
[javac] call.setScopedProperty(AxisEngine.PROP_DOMULTIREFS,
Boolean.FALSE);
[javac] ^
[javac] 2 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