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

Sam Ruby <[email protected]>
Newsgroups gmane.text.xml.xindice.devel
Message-ID <[email protected]>
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 [email protected].

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 output [xindice-28082007.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: 7 secs
Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true -Xbootclasspath/p:/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/dom.jar:/srv/gump/packages/java_xml_pack-summer-02_01/jaxp-1.2_01/xalan.jar:/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/sax.jar:/srv/gump/public/workspace/xml-xalan/build/serializer.jar:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dproject.version=28082007 
[Working Directory: /srv/gump/public/workspace/xml-xindice]
CLASSPATH: /usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/xml-xindice/build/classes:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.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-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.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-common-20030701.jar:/srv/gump/public/workspace/xml-xindice/lib/xmldb-xupdate-20040205.jar:/srv/gump/publi
 c/workspace/xml-xindice/lib/xmldb-api-sdk-20030701.jar:/srv/gump/public/workspace/xml-xindice/lib/xmldb-api-20030701.jar:/srv/gump/packages/junitperf-1.8/lib/junitperf.jar:/srv/gump/public/w
 orkspace/ws-xmlrpc/target/xmlrpc-28082007.jar:/srv/gump/public/workspace/apache-commons/fileupload/target/commons-fileupload-28082007.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-28082007.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-28082007.jar:/srv/gump/public/workspace/jakarta-servletapi/dist/lib/servlet.jar:/srv/gump/public/workspace/junit/dist/junit-28082007.jar:/srv/gump/public/workspace/junit-addons/dist/junit-addons-28082007.jar:/srv/gump/public/workspace/xmlunit/build/lib/xmlunit-28082007.jar
---------------------------------------------
    [javac] symbol  : class Hit
    [javac] location: class org.apache.xindice.core.indexer.LuceneIndexer
    [javac]                 Hit hit = (Hit) i.next();
    [javac]                 ^
    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/core/indexer/LuceneIndexer.java:463: cannot find symbol
    [javac] symbol  : class Hit
    [javac] location: class org.apache.xindice.core.indexer.LuceneIndexer
    [javac]                 Hit hit = (Hit) i.next();
    [javac]                            ^
    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/core/indexer/LuceneIndexer.java:510: cannot find symbol
    [javac] symbol  : variable IndexReader
    [javac] location: class org.apache.xindice.core.indexer.LuceneIndexer.Searcher
    [javac]                 ir = IndexReader.open(getFile());
    [javac]                      ^
    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/core/indexer/LuceneIndexer.java:511: cannot find symbol
    [javac] symbol  : class IndexSearcher
    [javac] location: class org.apache.xindice.core.indexer.LuceneIndexer.Searcher
    [javac]                 is = new IndexSearcher(ir);
    [javac]                          ^
    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/core/query/TextQueryResolver.java:76: cannot find symbol
    [javac] symbol  : class Analyzer
    [javac] location: class org.apache.xindice.core.query.TextQueryResolver.TextQuery
    [javac]                 Analyzer an = idx.getAnalyzer();
    [javac]                 ^
    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/core/query/TextQueryResolver.java:77: cannot find symbol
    [javac] symbol  : class QueryParser
    [javac] location: class org.apache.xindice.core.query.TextQueryResolver.TextQuery
    [javac]                 compiledQuery = new QueryParser("", an).parse(query);
    [javac]                                     ^
    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/core/query/TextQueryResolver.java:80: cannot find symbol
    [javac] symbol  : class ParseException
    [javac] location: class org.apache.xindice.core.query.TextQueryResolver.TextQuery
    [javac]             } catch (ParseException e) {
    [javac]                      ^
    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/webadmin/viewer/components/MetadataCollectionViewer.java:142: warning: [deprecation] DiskFileItemFactory() in org.apache.commons.fileupload.disk.DiskFileItemFactory has been deprecated
    [javac]                 upload.setFileItemFactory(new DiskFileItemFactory());
    [javac]                                           ^
    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/webadmin/viewer/components/MetadataResourceViewer.java:101: warning: [deprecation] DiskFileItemFactory() in org.apache.commons.fileupload.disk.DiskFileItemFactory has been deprecated
    [javac]                 upload.setFileItemFactory(new DiskFileItemFactory());
    [javac]                                           ^
    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/apache/xindice/webadmin/viewer/components/UploadCollectionViewer.java:75: warning: [deprecation] DiskFileItemFactory() in org.apache.commons.fileupload.disk.DiskFileItemFactory has been deprecated
    [javac]             upload.setFileItemFactory(new DiskFileItemFactory());
    [javac]                                       ^
    [javac] 49 errors
    [javac] 8 warnings

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

Total time: 6 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 19001628082007, vmgump:vmgump-public:19001628082007
Gump E-mail Identifier (unique within run) #4.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.