You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by Craig McClanahan <cr...@apache.org> on 2002/11/25 16:06:31 UTC

[GUMP] [GUMP] Build Failure - jakarta-slide

----------------------------------------------------
This email is autogenerated from the output from:
<http://cvs.apache.org/builds/gump/2002-11-25/jakarta-slide.html>
----------------------------------------------------

Build results exceed maximum length.
Please see URL above for details.
Last 50 lines of build output follows.

    [javac] /home/rubys/jakarta/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/TProcessors.java:883: cannot resolve symbol
    [javac] symbol  : method setHeader (java.lang.String,java.lang.String)
    [javac] location: interface org.apache.commons.httpclient.HttpMethod
    [javac]                     method.setHeader("Content-Length", ""+input.length);
    [javac]                           ^
    [javac] /home/rubys/jakarta/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/TProcessors.java:884: cannot resolve symbol
    [javac] symbol  : method sendData (byte[])
    [javac] location: class org.apache.webdav.lib.methods.PutMethod
    [javac]                     ((PutMethod)method).sendData(input);
    [javac]                     ^
    [javac] /home/rubys/jakarta/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/TProcessors.java:886: cannot resolve symbol
    [javac] symbol  : method setQuery (java.lang.String)
    [javac] location: interface org.apache.commons.httpclient.HttpMethod
    [javac]                     method.setQuery(source);
    [javac]                           ^
    [javac] /home/rubys/jakarta/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/TProcessors.java:1036: cannot resolve symbol
    [javac] symbol  : method getHeaders ()
    [javac] location: interface org.apache.commons.httpclient.HttpMethod
    [javac]                 verifyOneHeader(headToMatch, m.getHeaders());     // compare it
    [javac]                                               ^
    [javac] /home/rubys/jakarta/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/TProcessors.java:1042: cannot resolve symbol
    [javac] symbol  : method getHeader (java.lang.String)
    [javac] location: interface org.apache.commons.httpclient.HttpMethod
    [javac]                 if (m.getHeader(headToMatch.getName()) == null){
    [javac]                      ^
    [javac] /home/rubys/jakarta/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/TProcessors.java:1048: cannot resolve symbol
    [javac] symbol  : method getHeader (java.lang.String)
    [javac] location: interface org.apache.commons.httpclient.HttpMethod
    [javac]                     xmlresult.writeElement("receivedValue", m.getHeader(headToMatch.getName()).getValue().trim());
    [javac]                                                              ^
    [javac] /home/rubys/jakarta/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/TProcessors.java:1207: cannot resolve symbol
    [javac] symbol  : method getHeader (java.lang.String)
    [javac] location: interface org.apache.commons.httpclient.HttpMethod
    [javac]                     Header h = m.getHeader(headerName);
    [javac]                                 ^
    [javac] /home/rubys/jakarta/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/TProcessors.java:1416: cannot resolve symbol
    [javac] symbol  : method getHeader (java.lang.String)
    [javac] location: interface org.apache.commons.httpclient.HttpMethod
    [javac]             if (m.getHeader("Content-Type") == null || !m.getHeader("Content-Type").getValue().equals("text/xml")) {
    [javac]                  ^
    [javac] /home/rubys/jakarta/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/TProcessors.java:1416: cannot resolve symbol
    [javac] symbol  : method getHeader (java.lang.String)
    [javac] location: interface org.apache.commons.httpclient.HttpMethod
    [javac]             if (m.getHeader("Content-Type") == null || !m.getHeader("Content-Type").getValue().equals("text/xml")) {
    [javac]                                                          ^
    [javac] 18 errors

BUILD FAILED
file:///home/rubys/jakarta/jakarta-slide/testsuite/build.xml:16: Compile failed; see the compiler error output for details.

Total time: 2 minutes 49 seconds

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>