-
Notifications
You must be signed in to change notification settings - Fork 7
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
nondeterminism warning in grammar, maven plugin does not compile #10
Comments
Never had to compile the grammar before. Using the maven plugin didn't work for me at all.
NB: You will end up with duplicate classes, namely |
Yeah my goal was to configure the plugin so it places the classes into src/main/generated or something and remove them from src/main/java and let them compile on every run. |
I also noticed that antlr seem to generate the required source into the directory (in fact it is only a warning) but since the build is marked as a failure this does not help much. |
I get the same warnings like you do. However, I don't consider warnings a failure. ;-) |
For these kind of things I like to treat warnings as errors :-) |
Running mvn antlr:generate produce the following output:
The text was updated successfully, but these errors were encountered: