On Sep 27, 2010, at 7:34, Christian Heimes <li...@cheimes.de> wrote:

Am 27.09.2010 03:59, schrieb Andi Vajda:
I'm not sure at this point which should remain. There are advantages to both... I'm open to arguments in favor of either. You can see examples in
the 3.x tree [3].

The 3.x branch doesn't build for me.

$ LC_ALL=C make ANT=ant JCC="python2.6 -m jcc.__main__ --shared"
NUM_FILES=2 PYTHON=python2.6
rm -f
lucene-java-3.x/contrib/icu/src/resources/org/apache/lucene/analysis/ icu/utr30.dat
cd
lucene-java-3.x/contrib/icu/src/resources/org/apache/lucene/analysis/ icu/;
/usr/sbin/icupkg --type l --add utr30.nrm new utr30.dat
udata_swap(): unknown data format 4e.72.6d.32 ("Nrm2")
icupkg: udata_swap(item 0) failed - U_UNSUPPORTED_ERROR
make: ***
[lucene-java-3.x/contrib/icu/src/resources/org/apache/lucene/ analysis/icu/utr30.dat]
Error 16

I'm running Ubuntu 10.04 x64 with ICU 4.2.1.

The Normalizer2 class, referred to by this nrm2 format, was introduced in ICU 4.4.
http://icu-project.org/apiref/icu4c/classNormalizer2.html

Andi..


Christian

Reply via email to