-
Notifications
You must be signed in to change notification settings - Fork 22
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
How do I get the project to build? #72
Comments
me too... |
Steps to Build and Install ANTLRWorks2 Plugin in NetBeans Using Ant
Additional Tips:
References:By following these steps, you can successfully build, sign, and install the ANTLRWorks2 plugin in NetBeans, making it ready for ANTLR grammar development. |
How does one get the antlrworks2 project to build? I'm afraid I don't see any documentation in the repo for it.
I've cloned the repo and opened the
antlrworks2
project in Apache NetBeans 11, and it's showing a bunch of errors about the classes for theorg.antlr.v4.runtime
andorg.antlr.v4.tool
packages not being found. Do I need to supply this as an external dependency somehow?I'm afraid I'm a lot more familiar with Maven and IntelliJ than NetBeans at this point; sorry if this is a newbie question.
The text was updated successfully, but these errors were encountered: