You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have made a checkout of the project and the class
be.devijver.wikipedia.parser.javacc.table.JavaCCTableParser is missing.
Can you add it to the repository ?
Thanks
Original issue reported on code.google.com by [email protected] on 1 Dec 2008 at 9:43
The text was updated successfully, but these errors were encountered:
The parsers can be created by running javacc against the "wikipedia.jj" and
"wikipedia_table.jj" files. Javacc can be obtained from:
https://javacc.dev.java.net/
I have also attached the source files generated by javacc (version 4.2) to save
some
time.
It would be nice to have some build scripts (ant, maven, whatever). Here's what
seems
to work for me:
$ (cd ./src/java/be/devijver/wikipedia/parser/javacc/markup/ && rm -f
TokenMgrError.java ParseException.java Token.java SimpleCharStream.java &&
javacc
wikipedia.jj)
$ (cd ./src/java/be/devijver/wikipedia/parser/javacc/table/ && rm -f
TokenMgrError.java ParseException.java Token.java SimpleCharStream.java &&
javacc
wikipedia_table.jj)
Now be.devijver.wikipedia.parser.ast.Nowiki appears to be missing. I'll file a
new
issue for that.
Original issue reported on code.google.com by
[email protected]
on 1 Dec 2008 at 9:43The text was updated successfully, but these errors were encountered: