Gang,
The Jenkins build doesn't seem to run with Javadocs generation, and when I
do that locally it fails;

C:\Users\hedmann\dev\qi4j\extensions\indexing-solr\src\main\java\org\qi4j\index\solr\internal\SingleTokenTokenizer.java:40:
error: cannot find symbol
   public SingleTokenTokenizer( AttributeFactory factory, Reader in )
                                ^
  symbol:   class AttributeFactory
  location: class SingleTokenTokenizer


For some reason it can't find a inner class that the compiler has no
problem with.

First I thought that perhaps the explicit import was required, but that
simply gave me;

C:\Users\hedmann\dev\qi4j\extensions\indexing-solr\src\main\java\org\qi4j\index\solr\internal\SingleTokenTokenizer.java:23:
error: cannot find symbol
import org.apache.lucene.util.AttributeSource.AttributeFactory;

  symbol:   class AttributeFactory
  location: class AttributeSource
 ^


Does anyone has any idea of what could be going on here, and what to do to
overcome it??


Ticket created; https://issues.apache.org/jira/browse/ZEST-44

Cheers
-- 
Niclas Hedhman, Software Developer
http://zest.apache.org - New Energy for Java

Reply via email to