Create a JAR with dependencies:
mvn antlr4:antlr4 compiler:compile package
# or
mvn clean package
Build sources and run queries from the given file:
You might need to update paths in run.bash
.
./run.bash src/test/resources/fcs-ql-v2.0/test.txt
Build test sources and run queries from the given file:
./run-test-file.bash src/test/resources/fcs-ql-v2.0/test.txt
Good luck!
/Leif-Jöran