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/07/07 12:47:24 UTC

[GUMP] Build Failure - Axis

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

Buildfile: build.xml

setenv:
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build/classes
    [mkdir] Created dir: /home/rubys/jakarta/xml-axis/java/build/lib
     [echo] --- Build environment for Axis ---
     [echo] --- Flags (Note: If the {property name} is displayed, 
     [echo]            then the component is not present)
     [echo] 
     [echo] --- Optional Libraries ---
     [echo] servlet.present=true
     [echo] junit.present=true
     [echo] 
     [echo] --- Property values ---
     [echo] debug=true
     [echo] deprecation=true

compile:
    [javac] Compiling 164 source files to /home/rubys/jakarta/xml-axis/java/build/classes
    [javac] /home/rubys/jakarta/xml-axis/java/src/org/apache/axis/client/AdminClient.java:133: cannot resolve symbol
    [javac] symbol  : variable doLocal  
    [javac] location: class org.apache.axis.client.ServiceClient
    [javac]             if ( opts.isFlagSet('t') > 0 ) client.doLocal = true ;
    [javac]                                                  ^
    [javac] 1 error

BUILD FAILED

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

Total time: 22 seconds