-
Notifications
You must be signed in to change notification settings - Fork 10
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
Error with Visual Studio 17.3.1 #41
Comments
I managed to solve the problem : I added JavaExec in the project and/or changed JAVA_HOME to C:\Program Files\Java\jdk-18.0.2.1
|
Long overdue, I'm setting up a bunch of tests to methodically go through all the possible permutations of java versions, JAVA_HOME, JAVA_EXEC, PATH, etc., and make sure each strange condition is handled with good information outputted. But, I do see that if you try to use an ancient java (jdk v7(), it crashes without any real information just as you encountered. Thanks for the info. |
Added in a version check, will release in 11.0 of Antlr4BuildTasks. d212f0f |
Thanks for adding more tests and a better error output. |
The nuget package antlr4buildtasks 10.7.0 has a warning icon in Visual Studio.
I got this error message
C:\Users\philippe.laval.nuget\packages\antlr4buildtasks\10.7.0\build\Antlr4BuildTasks.targets(133,3): error ANT02: The Antlr4 tool failed.
The text was updated successfully, but these errors were encountered: