----------------------------------------------------
This email is autogenerated from the output from:
<http://jakarta.apache.org/builds/gump/2002-10-02/xml-axis.html>
----------------------------------------------------
Buildfile: build.xml
setenv:
[mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build
[mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build/classes
[mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build/lib
[mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build/work
printEnv:
[echo] -----------------------------------------------------------------
[echo] Build environment for Axis 1.0rc2 [2002]
[echo] -----------------------------------------------------------------
[echo] Building with Apache Ant version 1.6alpha compiled on October 2 2002
[echo] using build file /home/rubys/jakarta/xml-axis/java/build.xml
[echo] Java 1.3.1_04 located at /usr/java/jdk1.3.1_04/jre
[echo] -----------------------------------------------------------------
[echo] --- Flags (Note: If the {property name} is displayed,
[echo] then the component is not present)
[echo] basedir = /home/rubys/jakarta/xml-axis/java
[echo] axis.home = /home/rubys/jakarta/xml-axis/java
[echo] build.dir = /home/rubys/jakarta/xml-axis/java/build
[echo] build.dest = /home/rubys/jakarta/xml-axis/java/build/classes
[echo] === Required Libraries ===
[echo] wsdl4j.present=true
[echo] commons-logging.present=true
[echo] commons-discovery.present=true
[echo] log4j.present=true
[echo] activation.present=true
[echo] --- Optional Libraries ---
[echo] servlet.present=true
[echo] regexp.present=true
[echo] junit.present=true
[echo] mailapi.present=true
[echo] attachments.present=true
[echo] jimi.present=true
[echo] security.present=${security.present}
[echo] jsse.present=true
[echo] commons-httpclient.present=true
[echo] axis-ant.present=${axis-ant.present}
[echo] httpunit.present=true
[echo] jms.present=true
[echo] --- Property values ---
[echo] debug=on
[echo] deprecation=true
[echo] build.compiler=${build.compiler}
[echo] javac.fork=no
[echo] axis_nojavadocs=${env.axis_nojavadocs}
[echo] -- Test Environment for AXIS ---
[echo] test.functional.remote = no
[echo] test.functional.local = yes
[echo] test.functional.both = no
[echo] test.functional.reportdir = /home/rubys/jakarta/xml-axis/java/test-reports
[echo] test.functional.SimpleAxisPort = 8080
[echo] test.functional.TCPListenerPort = 8088
[echo] test.functional.fail = yes
compile:
[javac] Compiling 572 source files to
/home/rubys/jakarta/xml-axis/java/build/classes
[javac]
/home/rubys/jakarta/xml-axis/java/src/org/apache/axis/message/SOAPFaultDetailsBuilder.java:121:
cannot resolve symbol
[javac] symbol : class FaultInfo
[javac] location: class org.apache.axis.client.Service
[javac] Service.FaultInfo info = service.getFaultInfoForQName(qn);
[javac] ^
[javac]
/home/rubys/jakarta/xml-axis/java/src/org/apache/axis/message/SOAPFaultDetailsBuilder.java:121:
cannot resolve symbol
[javac] symbol : method getFaultInfoForQName (javax.xml.namespace.QName)
[javac] location: class org.apache.axis.client.Service
[javac] Service.FaultInfo info = service.getFaultInfoForQName(qn);
[javac] ^
[javac]
/home/rubys/jakarta/xml-axis/java/src/org/apache/axis/message/SOAPFaultDetailsBuilder.java:145:
cannot resolve symbol
[javac] symbol : method setFaultData (java.lang.Object)
[javac] location: class org.apache.axis.message.SOAPFaultBuilder
[javac] builder.setFaultData(value);
[javac] ^
[javac]
/home/rubys/jakarta/xml-axis/java/src/org/apache/axis/message/SOAPFaultDetailsBuilder.java:150:
cannot resolve symbol
[javac] symbol : method setFaultClass (java.lang.Class)
[javac] location: class org.apache.axis.message.SOAPFaultBuilder
[javac] builder.setFaultClass(faultClass);
[javac] ^
[javac]
/home/rubys/jakarta/xml-axis/java/src/org/apache/axis/transport/http/CommonsHTTPSender.java:129:
warning: setRequestBody(java.lang.String) in
org.apache.commons.httpclient.methods.PostMethod has been deprecated
[javac] method.setRequestBody(new String(baos.toByteArray()));
[javac] ^
[javac]
/home/rubys/jakarta/xml-axis/java/src/org/apache/axis/transport/http/CommonsHTTPSender.java:131:
warning: getStatusCode() in org.apache.commons.httpclient.HttpMethodBase has been
deprecated
[javac] int returnCode = method.getStatusCode();
[javac] ^
[javac]
/home/rubys/jakarta/xml-axis/java/src/org/apache/axis/transport/http/CommonsHTTPSender.java:162:
warning: getStatusText() in org.apache.commons.httpclient.HttpMethodBase has been
deprecated
[javac] String statusMessage = method.getStatusText();
[javac] ^
[javac] 4 errors
[javac] 3 warnings
BUILD FAILED
file:/home/rubys/jakarta/xml-axis/java/build.xml:79: Compile failed; see the compiler
error output for details.
Total time: 31 seconds