Niclas Hedhman created ZEST-44:
----------------------------------

             Summary: Javadocs generation is failing.
                 Key: ZEST-44
                 URL: https://issues.apache.org/jira/browse/ZEST-44
             Project: Zest
          Issue Type: Bug
            Reporter: Niclas Hedhman


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                                           ^




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to