On Aug 17, 2004, at 10:11 AM, Daniel Naber wrote:
On Tuesday 17 August 2004 14:45, Erik Hatcher wrote:

src/java/org/apache/lucene/analysis/fr/FrenchStemmer.java:571:  
duplicate case label
     [javac]                     case '?':
     [javac]                         ^

"ant compile" works for me, probably because my system defaults to utf-8.
But when I explicitly open the FrenchStemmer.java as utf-8, the special
characters are okay, so it's in utf-8, just like GermanStemmer.java. So it
should compile when the encoding is set to utf-8.

Running "ant compile -verbose", I get this:


[javac] '/Users/erik/dev/jakarta/jakarta-lucene-sandbox/contributions/ analyzers/src/java'
[javac] '-encoding'
[javac] 'utf-8'
[javac] '-g'
[javac]


...

[javac] /Users/erik/dev/jakarta/jakarta-lucene-sandbox/contributions/analyzers/ src/java/org/apache/lucene/analysis/fr/FrenchStemmer.java:571: duplicate case label
[javac] case '?':
[javac] ^



And same type of errors with the DutchStemmer. I'm doing this on Mac OS X.


I've done a fresh checkout of all "fr" files to no avail.

If someone can help me past compile errors, I'll gladly work on the sandbox packaging :)

        Erik

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to