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

Vadim Gritsenko <[email protected]>
Newsgroups gmane.text.xml.xindice.devel
Message-ID <[email protected]>
On May 1, 2008, at 8:22 AM, Sam Ruby wrote:

>    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/ 
> apache/xindice/core/indexer/LuceneIndexer.java:380: warning:  
> [deprecation] flush() in org.apache.lucene.index.IndexWriter has  
> been deprecated
>    [javac]                 iw.flush();
>    [javac]                   ^
>    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/ 
> apache/xindice/core/indexer/LuceneIndexer.java:382: warning:  
> [deprecation] docCount() in org.apache.lucene.index.IndexWriter has  
> been deprecated
>    [javac]                 int nDocs = iw.docCount();
>    [javac]                               ^
>    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/ 
> apache/xindice/core/query/ftsearch/NodeReader.java:54:  
> org.apache.xindice.core.query.ftsearch.NodeReader is not abstract  
> and does not override abstract method  
> getTermFreqVector(int,org.apache.lucene.index.TermVectorMapper) in  
> org.apache.lucene.index.IndexReader
>    [javac] public class NodeReader extends IndexReader {
>    [javac]        ^

It looks like Lucene has introduced new method on the IndexReader  
class. Hopefully this one is not hard to fix...


>    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/ 
> apache/xindice/core/query/ftsearch/NodeReader.java:64: warning:  
> [deprecation] IndexReader(org.apache.lucene.store.Directory) in  
> org.apache.lucene.index.IndexReader has been deprecated
>    [javac]         super(null);
>    [javac]         ^
>    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/ 
> apache/xindice/core/query/ftsearch/NodeReader.java:84: warning:  
> [deprecation] termText() in org.apache.lucene.analysis.Token has  
> been deprecated
>    [javac]                     nodes[i].add(token.termText());
>    [javac]                                       ^

>
>    [javac] /srv/gump/public/workspace/xml-xindice/java/src/org/ 
> apache/xindice/server/XindiceServlet.java:166: cannot find symbol
>    [javac] symbol  : class XmlRpcServerConfigImpl
>    [javac] location: class org.apache.xindice.server.XindiceServlet
>    [javac]             XmlRpcServerConfigImpl cfg = new  
> XmlRpcServerConfigImpl();
>    [javac]             ^

And this does not make sense, class XmlRpcServerConfigImpl is still  
there. Probably something with gump configuration.

http://svn.apache.org/repos/asf/webservices/xmlrpc/trunk/server/src/main/java/org/apache/xmlrpc/server/XmlRpcServerConfigImpl.java


Vadim
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.