You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Patrick Mi <pa...@touchpointgroup.com> on 2013/05/23 08:08:24 UTC

OPENNLP current patch compiling problem for 4.x branch

Hi,

I checked out from here
http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_3_0 and
downloaded the latest patch LUCENE-2899-current.patch.

Applied the patch ok but when I did 'ant compile' I got the following error:


==
    [javac]
/home/lucene_solr_4_3_0/lucene/analysis/opennlp/src/java/org/apache/lucene/a
nalysis/opennlp/FilterPayloadsFilter.java:43: error
r: cannot find symbol
    [javac]     super(Version.LUCENE_44, input);
    [javac]                  ^
    [javac]   symbol:   variable LUCENE_44
    [javac]   location: class Version
    [javac] 1 error    
==

Compiled it on trunk without problem.

Is this patch supposed to work for 4.X?

Regards,
Patrick