You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by Sam Ruby <ru...@us.ibm.com> on 2002/11/25 16:06:31 UTC

[GUMP] [GUMP] Build Failure - xml-xindice

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

Buildfile: build.xml

init:
    [mkdir] Created dir: /home/rubys/jakarta/xml-xindice/build/classes
    [mkdir] Created dir: /home/rubys/jakarta/xml-xindice/build/classes-tests
    [mkdir] Created dir: /home/rubys/jakarta/xml-xindice/build/classes-examples
    [mkdir] Created dir: /home/rubys/jakarta/xml-xindice/build/api
    [mkdir] Created dir: /home/rubys/jakarta/xml-xindice/dist

src-build:
    [javac] Compiling 201 source files to /home/rubys/jakarta/xml-xindice/build/classes
    [javac] /home/rubys/jakarta/xml-xindice/java/src/org/apache/xindice/core/query/XPathQueryResolver.java:542: array required, but org.apache.xpath.compiler.OpMapVector found
    [javac]          int endFunc = pos + cmp.getOpMap()[pos+1] - 1;
    [javac]                                            ^
    [javac] /home/rubys/jakarta/xml-xindice/java/src/org/apache/xindice/core/query/XPathQueryResolver.java:542: operator - cannot be applied to java.lang.String,int
    [javac]          int endFunc = pos + cmp.getOpMap()[pos+1] - 1;
    [javac]                                                    ^
    [javac] 2 errors

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

Total time: 13 seconds