You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@polygene.apache.org by "Paul Merlin (JIRA)" <ji...@apache.org> on 2015/07/13 14:17:04 UTC

[jira] [Resolved] (ZEST-44) Javadocs generation is failing.

     [ https://issues.apache.org/jira/browse/ZEST-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Merlin resolved ZEST-44.
-----------------------------
    Resolution: Fixed

> 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)