On Feb 11, 2005, at 9:04 AM, Vanlerberghe, Luc wrote:
Here's the diff for the TestCase 'inline'. It should be applied in contrib\analyzers\src\test\org\apache\lucene\analysis
The failure in the Russian Analyzer is unrelated (I updated all sources to HEAD i.e. 153399 to be sure) but you probably need the Russian fonts to see the error: unicode expected:<?????????> but was:<???????????>
My guess is it's a file encoding issue on your system. The files should be in UTF8 encoding. The build file has a parameter you can adjust:
ant -Dbuild.encoding=utf-8
All is well for me running on Mac OS X with a fresh Subversion checkout.
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]