Re: Eclipse: Invalid character constant

2011-04-06 Thread Eric Grobler
Hi Stefan, Thanks, my eclipse is now perfectly configured. It makes it very easy for amateurs like me! For other amateurs the steps are: 1. checkout the sources: *svn checkout https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_3_1/* 2. the root folder (lucene_solr_3_1 in this ex

Re: Eclipse: Invalid character constant

2011-04-05 Thread Eric Grobler
Hi Stefan, Thanks for the information. I used "Checkout Projects from SVN" inside eclipse which does not have the root build.xml file. What does this "eclipse" build actually do? Thanks & Regards Eric On Tue, Apr 5, 2011 at 11:34 PM, Stefan Matheis < matheis.ste...@googlemail.com> wrote: > Eri

Re: Eclipse: Invalid character constant

2011-04-05 Thread Stefan Matheis
Eric, have a look at Line #67 in build.xml :) Regards Stefan Am 06.04.2011 00:28, schrieb Eric Grobler: Hi Robert, Thanks for the fast response! I used https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_3_1/ but did not find 'ant eclipse'. However setting my projects Resouce

Re: Eclipse: Invalid character constant

2011-04-05 Thread Eric Grobler
Hi Robert, Thanks for the fast response! I used https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_3_1/ but did not find 'ant eclipse'. However setting my projects Resouce encoding to UTF-8 worked. Thanks for your help and have a nice day :-) Regards Ericz On Tue, Apr 5, 2011 at

Re: Eclipse: Invalid character constant

2011-04-05 Thread Robert Muir
in eclipse you need to set your project's character encoding to UTF-8. if you are checking out the source code from svn, you can run 'ant eclipse' from the top level, and then hit refresh on your project. it will set your encoding and your classpath up. On Tue, Apr 5, 2011 at 6:10 PM, Eric Groble

Eclipse: Invalid character constant

2011-04-05 Thread Eric Grobler
Hi Everyone, Some language specific classes like GermanLightStemmer has invalid character compiler errors for code like: switch(s[i]) { case 'ä': case 'à ': case 'á': in Eclipse with JDK 1.6 How do I get rid of these errors? Thanks & Regards Ericz