Closed avikivity closed 5 months ago
Running antlr in the same JVM as ant itself fails on Fedora 40, reason unknown. The JVM quits with exit code 0 after performing the antlr task and doesn't go on to the compilation tasks. Perhaps Fedora 40's antlr has a System.exit(0) somewhere.
Workaround by forking to a new process.
Submodule update: scylladb/scylladb@c71d605573748d99f452cc2cd9a7a0da6064ffc1.
Running antlr in the same JVM as ant itself fails on Fedora 40, reason unknown. The JVM quits with exit code 0 after performing the antlr task and doesn't go on to the compilation tasks. Perhaps Fedora 40's antlr has a System.exit(0) somewhere.
Workaround by forking to a new process.