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/10/08 13:21:11 UTC

[GUMP] Build Failure - xml-xindice

----------------------------------------------------
This email is autogenerated from the output from:
<http://jakarta.apache.org/builds/gump/2002-10-08/xml-xindice.html>
----------------------------------------------------

Buildfile: build.xml

init:

prepare:
    [mkdir] Created dir: /home/rubys/jakarta/xml-xindice/java/classes
    [mkdir] Created dir: /home/rubys/jakarta/xml-xindice/java/classes-tests

src:
     [echo] Compiling Source
    [javac] Compiling 198 source files to /home/rubys/jakarta/xml-xindice/java/classes
    [javac] /home/rubys/jakarta/xml-xindice/java/src/org/apache/xindice/core/query/XPathQueryResolver.java:505: array required, but org.apache.xpath.compiler.OpMapVector found
    [javac]          int endFunc = pos + cmp.getOpMap()[pos+1] - 1;
    [javac]                                            ^
    [javac] 1 error

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

Total time: 8 seconds

Xindice Documentation

Posted by "Keith W. Boone" <ke...@woc.org>.
So, just to repeat various requests already on this list:

Where can one find documentation of XIndice internals.  I've done a google
search and come up with precious little, someone's CS assignment a few
introductory articles by K. Staken, and Tom Bradford's home page.

I have potential interest in Xindice as an XML Repository, but I need the
ability to locate annotations [third party links] on a node via an
XPath-like query [i.e., would probably need extension functions in the
XPathContext], and would be interested in adding that capability if I can
see a way to implement it over what already exists in Xindice.

I've also been toying with a way to index nodes in an XML Document for
querying through XPath, and that could develop into something usefull in the
indexing support.

	Keith W. Boone


Engineering is what happens when science and
mathematics meet politics.  Products are what
happens when all three meet reality.