You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Sam Ruby <ru...@us.ibm.com> on 2001/10/11 13:05:15 UTC

[GUMP] Function Test Failure - Axis

----------------------------------------------------
This email is autogenerated from the output from:
<http://jakarta.apache.org/builds/gump/2001-10-11/test-axis.html>
----------------------------------------------------

Buildfile: build.xml

setenv:
     [echo] --- Build environment for Axis ---
     [echo] --- Flags (Note: If the {property name} is displayed, 
     [echo]            then the component is not present)
     [echo] 
     [echo] === Required Libraries ===
     [echo] wsdl4j.present=true
     [echo] log4j.present=true
     [echo] clutil.present=${clutil.present}
     [echo] 
     [echo] --- Optional Libraries ---
     [echo] servlet.present=true
     [echo] junit.present=true
     [echo] 
     [echo] --- Property values ---
     [echo] debug=true
     [echo] deprecation=true

compile:
      [jar] DEPRECATED - The jarfile attribute is deprecated. Use file attribute instead.

post-compile:

buildTest:
     [echo] junit package found ...
    [javac] Compiling 4 source files to /home/rubys/jakarta/xml-axis/java/build
    [javac] /home/rubys/jakarta/xml-axis/java/test/utils/TestXMLUtils.java:26: cannot resolve symbol
    [javac] symbol  : method init  ()
    [javac] location: class org.apache.axis.utils.XMLUtils
    [javac]         DocumentBuilderFactory dbf = XMLUtils.init();
    [javac]                                              ^
    [javac] 1 error

BUILD FAILED

/home/rubys/jakarta/xml-axis/java/build.xml:224: Compile failed, messages should have been provided.

Total time: 17 seconds