File: README

package info (click to toggle)
eclipse-tracecompass 6.2.0%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 77,440 kB
  • sloc: java: 316,465; xml: 99,829; perl: 400; sh: 353; makefile: 43; javascript: 29; python: 18
file content (7 lines) | stat: -rw-r--r-- 367 bytes parent folder | download
1
2
3
4
5
6
7
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