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,
and has been outstanding for 2 runs.
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-29082007.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: 6 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=29082007
[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/public/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-29082007.jar:/srv/gump/public/workspace/apache-commons/fileupload/target/commons-fileupload-29082007.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-29082007.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-29082007.jar:/srv/gump/public/workspace/jakarta-servletapi/dist/lib/servlet.jar:/srv/gump/public/workspace/junit/dist/junit-29082007.jar:/srv/gump/public/workspace/junit-addons/dist/junit-addons-29082007.jar:/srv/gump/public/workspace/xmlunit/build/lib/xmlunit-29082007.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: 5 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 17000029082007, vmgump:vmgump-public:17000029082007
Gump E-mail Identifier (unique within run) #31.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]