Ken Domino

Results 839 comments of Ken Domino

Sorry I don't understand the question. Antlr4BuildTasks is a build tool, calling the Antlr tool .jar to generate a parser or lexer for a grammar, the same way as if...

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...

Added in a version check, will release in 11.0 of Antlr4BuildTasks. https://github.com/kaby76/Antlr4BuildTasks/commit/d212f0f74c9f3fe47570ceeda46f617ce618b54d

The easy workaround is to just repeat the build. The second time the directory .jre will be unpacked with java. Will see if I can add a lock to the...

I added a `lock` around the download/extraction of Java, and it seems to work on Windows 11 on my machine. Version 11.3 of Antlr4BuildTasks.

The problem is specific to Windows. Added Windows to CI builds. The Mac OS decompression code does not work, but I can't get a Mac environment *without* java in Github...

The process cannot access the file 'C:\Users\runneradmin\.jre\OpenJDK11U-jre_x64_windows_hotspot_11.0.15_10.zip' because it is being used by another process. I've assumed that dotnet was a single process, multi-threaded. It isn't. Need to lock across...

Please try version 11.4. I think it should fix the problem you are seeing. (I added a test to the CI build for multitarget builds, for both Windows and Ubuntu.)

Sorry, I don't usually use MacOS, and I don't think I have a CI test for it yet. For now, make sure to install OpenJDK v11 or newer, and add...

@emmekappa It seems the version information checking in this package needs to be fixed. ``` found a java executable at /usr/bin/java w = /usr/bin/java Executing command: "/usr/bin/java" -version got data...