Hi, I am trying to build the 1.2 -rc4 version of lucene in debug mode using JBuilder. I downloaded javacc2.1, ran javacc on StandardTokenizer.jj and QueryParser.jj. I ma getting mismatch compiler errors with Token class, the ctor generated by javacc does not match the ctor lucene analysis code. Any idea why this would be?
"CharTokenizer.java": Error #: 300 : constructor Token(java.lang.String, int, int) not found in class org.apache.lucene.analysis.Token at line 118, column 16 Thanks! Aruna. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
