blob: 78e05d7d406b92d014609b62502b67de3806baa5 [file] [log] [blame]
This file describes how to build the CTF Java parser files. They are stored in
the git repository (to avoid additional compile-time dependencies), but if you
do modify the .g files in src/, you should rebuild the resulting .java files and
commit them.
To rebuild the parser files, run Maven with the "ctf-grammar" profile, as such:
$ mvn clean install -Pctf-grammar