Roxana Angheluta wrote:
I had the same problem. I solved it by manually editing the file
ParseException.java every time when modifying .jj file:
import java.io.*;
public class ParseException extends IOException {
It's not the most elegant way to do it, I'm also interested in a more
scalable
Rob Young wrote:
Hi,
I'm trying to create another, slightly changed, version of
StandardAnalyzer. I've coppied out the source, editted the .jj file
and re-built the StandardTokenizer class. The problem I am facing is,
when I have all this in eclipse it's telling me that the
ParseException is