-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- This code "tests" the version of java, but it's false, so it never gets checked.
- Over here in Antlr4BuildTasks, I don't check the version of java, but I need to because some versions of java don't work, e.g., version 7. Even a quick "java --version" would have found that v7 of java doesn't work because there's no "--version" option.
- The Antlr tool jar has a minimum requirement of version 11 or newer.
- The "Quick Start" instructions over on antlr.org should stop defining the alias "alias antlr4='java -jar /usr/local/lib/antlr-4.10.1-complete.jar'" and just point to set up the tools from this repo. The tool here is much better because it could check the version of java, and download a version that can work if one tries to use the wrong version.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request