scylladb / scylla-tools-java

Apache Cassandra, supplying tools for Scylla
Apache License 2.0
53 stars 85 forks source link

build: run antlr in a separate process #396

Closed avikivity closed 5 months ago

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

denesb commented 5 months ago

Submodule update: scylladb/scylladb@c71d605573748d99f452cc2cd9a7a0da6064ffc1.