the OQLLexer is built by ANTLR parser generator.
jakob
Tim Drury wrote:
building from the latest CVS (as of this morning) I get the following:
main: [javac] Compiling 541 source files to C:\java\jakarta\jakarta-ojb\target\classes [javac] C:\java\jakarta\jakarta-ojb\target\src\org\apache\ojb\odmg\oql\OQLLexer.java:45: 'class' or 'interface' expected [javac] <<<<<<< OQLLexer.java [javac] ^ [javac] C:\java\jakarta\jakarta-ojb\target\src\org\apache\ojb\odmg\oql\OQLLexer.java:48: 'class' or 'interface' expected
In that file you'll see:
... import java.util.*;
import java.io.InputStream; ...
Somewhere after the java.util.* import and before the java.io.InputStream import there is a control character or something that is causes (possibly) an EOF. Putting my cursor at the second import and backspacing until I removed all whitespace, then hitting <CR> a couple times to reformat it back to look nice fixed the problem.
-tim
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
