Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class missing in svn trunk #6

Open
GoogleCodeExporter opened this issue Apr 11, 2015 · 2 comments
Open

Class missing in svn trunk #6

GoogleCodeExporter opened this issue Apr 11, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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.

Original comment by [email protected] on 11 Dec 2008 at 8:11

Attachments:

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 28 Oct 2009 at 6:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant