Re: Synonyms in Lucene 2.2

2007-12-27 Thread Erick Erickson
Oh, now I get it . While I thoroughly approve of the strong typing in generics, I continually trip over code written for the 1.4 code base not being approved by the 1.5 compiler... Best Erick On Dec 27, 2007 12:29 PM, Frank Schima <[EMAIL PROTECTED]> wrote: > > Hi Erick, > > > > Erick Erickson w

Re: Synonyms in Lucene 2.2

2007-12-27 Thread Frank Schima
Hi Erick, Erick Erickson wrote: > > I don't think this has anything to do with Lucene, the problem > seems to be that your compiler can't find the Java Stack > class. > > You need to set your classpath to include wherever > java.utils is on your disk. > I agree it's a Java issue. I'm just u

Re: Synonyms in Lucene 2.2

2007-12-27 Thread Erick Erickson
I don't think this has anything to do with Lucene, the problem seems to be that your compiler can't find the Java Stack class. You need to set your classpath to include wherever java.utils is on your disk. Erick On Dec 27, 2007 10:56 AM, Frank Schima <[EMAIL PROTECTED]> wrote: > > Hello all,