----------------------------------------------------
This email is autogenerated from the output from:
<http://cvs.apache.org/builds/gump/2003-02-08/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 135 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:77:
org.apache.wsif.wsdl.WSIFWSDLLocatorImpl should be declared abstract; it does not
define getBaseInputSource() in org.apache.wsif.wsdl.WSIFWSDLLocatorImpl
[javac] public class WSIFWSDLLocatorImpl implements javax.wsdl.xml.WSDLLocator {
[javac] ^
[javac]
/home/rubys/jakarta/xml-axis-wsif/java/src/org/apache/wsif/wsdl/AuthenticatingProxyWSDLLocatorImpl.java:77:
org.apache.wsif.wsdl.AuthenticatingProxyWSDLLocatorImpl should be declared abstract;
it does not define getBaseInputSource() in
org.apache.wsif.wsdl.AuthenticatingProxyWSDLLocatorImpl
[javac] public class AuthenticatingProxyWSDLLocatorImpl implements
javax.wsdl.xml.WSDLLocator {
[javac] ^
[javac]
/home/rubys/jakarta/xml-axis-wsif/java/src/org/apache/wsif/schema/Parser.java:579:
cannot resolve symbol
[javac] symbol : method getImportReader (java.lang.String,java.lang.String)
[javac] location: interface javax.wsdl.xml.WSDLLocator
[javac] Reader reader = loc.getImportReader(base, rel);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 3 errors
BUILD FAILED
file:///home/rubys/jakarta/xml-axis-wsif/java/build.xml:229: Compile failed; see the
compiler error output for details.
Total time: 10 seconds