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 2010/07/28 17:47:51 UTC

[GUMP@vmgump]: Project xml-xindice (in module xml-xindice) failed

To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at general@gump.apache.org.

Project xml-xindice has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - xml-xindice :  native XML database


Full details are available at:
    http://vmgump.apache.org/gump/public/xml-xindice/xml-xindice/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole jar output [xindice-28072010.jar] identifier set to project name
 -INFO- Made directory [/srv/gump/public/workspace/xml-xindice/build/classes]
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/xml-xindice/xml-xindice/gump_work/build_xml-xindice_xml-xindice.html
Work Name: build_xml-xindice_xml-xindice (Type: Build)
Work ended in a state of : Failed
Elapsed: 8 secs
Command Line: /usr/lib/jvm/java-6-sun/bin/java -Djava.awt.headless=true -Xbootclasspath/p:/srv/gump/packages/java_xml_pack-summer-02_01/jaxp-1.2_01/jaxp-api.jar:/srv/gump/packages/java_xml_pack-summer-02_01/jaxp-1.2_01/dom.jar:/srv/gump/packages/java_xml_pack-summer-02_01/jaxp-1.2_01/sax.jar:/srv/gump/packages/java_xml_pack-summer-02_01/jaxp-1.2_01/xercesImpl.jar:/srv/gump/packages/java_xml_pack-summer-02_01/jaxp-1.2_01/xalan.jar:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/srv/gump/public/workspace/xml-xalan/build/serializer.jar org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dproject.version=28072010 
[Working Directory: /srv/gump/public/workspace/xml-xindice]
CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/xml-xindice/build/classes:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/xml-xindice/lib/xmldb-api-20030701.jar:/srv/gump/public/workspace/xml-xindice/lib/xmldb-api-sdk-20030701.jar:/srv/gump/public/workspace/xml-xindice/lib/xmldb-common-20030701.jar:/srv/gump/public/workspace/xml-xindice/lib/xmldb-xupdate-20040205.jar:/srv/gump/packages/junitperf-1.8/lib/junitperf.jar:/srv/gump/public/workspace/ws-xmlrpc/common/target/xmlrpc-common-3.1
 .4-SNAPSHOT.jar:/srv/gump/public/workspace/ws-xmlrpc/client/target/xmlrpc-client-3.1.4-SNAPSHOT.jar:/srv/gump/public/workspace/ws-xmlrpc/server/target/xmlrpc-server-3.1.4-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/fileupload/target/commons-fileupload-28072010.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-28072010.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-28072010.jar:/srv/gump/public/workspace/lucene-java/build/lucene-core-28072010.jar:/srv/gump/public/workspace/jakarta-servletapi-4/lib/servlet.jar:/srv/gump/public/workspace/junit/dist/junit-28072010.jar:/srv/gump/public/workspace/junit-addons/dist/junit-addons-28072010.jar:/srv/gump/public/workspace/xmlunit/build/java/lib/xmlunit-sumo-28072010.jar
---------------------------------------------
    [javac]                 iw = new IndexWriter(getFile(), getAnalyzer(), create, IndexWriter.MaxFieldLength.UNLIMITED);
    [javac]                      ^
    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/core/indexer/LuceneIndexer.java:465: cannot find symbol
    [javac] symbol  : constructor QueryParser(java.lang.String,org.apache.lucene.analysis.Analyzer)
    [javac] location: class org.apache.lucene.queryParser.QueryParser
    [javac]             return queryMatches(new QueryParser(defaultField, getAnalyzer()).parse(textQuery));
    [javac]                                 ^
    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/core/query/TextQueryResolver.java:77: cannot find symbol
    [javac] symbol  : constructor QueryParser(java.lang.String,org.apache.lucene.analysis.Analyzer)
    [javac] location: class org.apache.lucene.queryParser.QueryParser
    [javac]                 compiledQuery = new QueryParser("", an).parse(query);
    [javac]                                 ^
    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/core/query/ftsearch/NodeReader.java:55: org.apache.xindice.core.query.ftsearch.NodeReader is not abstract and does not override abstract method getDeletedDocs() in org.apache.lucene.index.IndexReader
    [javac] public class NodeReader extends IndexReader {
    [javac]        ^
    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/core/query/ftsearch/NodeReader.java:82: cannot find symbol
    [javac] symbol  : class TermAttribute
    [javac] location: class org.apache.xindice.core.query.ftsearch.NodeReader
    [javac]             TermAttribute termAttr = (TermAttribute) stream.addAttribute(TermAttribute.class);
    [javac]             ^
    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/core/query/ftsearch/NodeReader.java:82: cannot find symbol
    [javac] symbol  : class TermAttribute
    [javac] location: class org.apache.xindice.core.query.ftsearch.NodeReader
    [javac]             TermAttribute termAttr = (TermAttribute) stream.addAttribute(TermAttribute.class);
    [javac]                                       ^
    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/core/query/ftsearch/NodeReader.java:82: cannot find symbol
    [javac] symbol  : class TermAttribute
    [javac] location: class org.apache.xindice.core.query.ftsearch.NodeReader
    [javac]             TermAttribute termAttr = (TermAttribute) stream.addAttribute(TermAttribute.class);
    [javac]                                                                          ^
    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/core/query/ftsearch/NodeReader.java:97: warning: [deprecation] encodeNorm(float) in org.apache.lucene.search.Similarity has been deprecated
    [javac]         Arrays.fill(norms, DefaultSimilarity.encodeNorm(1.0f));
    [javac]                                             ^
    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/core/query/ftsearch/Searcher.java:69: cannot find symbol
    [javac] symbol  : constructor QueryParser(java.lang.String,org.apache.lucene.analysis.Analyzer)
    [javac] location: class org.apache.lucene.queryParser.QueryParser
    [javac]         Query compQuery = new QueryParser("", analyzer).parse(query);
    [javac]                           ^
    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/core/query/ftsearch/SpecialQueryParser.java:46: cannot find symbol
    [javac] symbol  : constructor QueryParser(java.lang.String,org.apache.lucene.analysis.Analyzer)
    [javac] location: class org.apache.lucene.queryParser.QueryParser
    [javac]         super(f, a);
    [javac]         ^
    [javac] 24 errors
    [javac] 7 warnings

BUILD FAILED
/srv/gump/public/workspace/xml-xindice/build.xml:119: Compile failed; see the compiler error output for details.

Total time: 7 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/xml-xindice/xml-xindice/rss.xml
- Atom: http://vmgump.apache.org/gump/public/xml-xindice/xml-xindice/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 07000028072010, vmgump:vmgump-public:07000028072010
Gump E-mail Identifier (unique within run) #45.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]