by definition, there is no LUCENE_44 constant in a 4.3 distro! Just change it to LUCENE_43 (or whatever you find in the Version class that suits your needs) or try this on a 4.x checkout.
Best Erick On Thu, May 23, 2013 at 2:08 AM, Patrick Mi <patrick...@touchpointgroup.com> wrote: > 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 >