ctf: Use Antlr 3.5.2 for parser generation only
[deliverable/tracecompass.git] / README
CommitLineData
69d6a506
AM
1This directory contains the source code for the LTTng integration plugins for
2Eclipse, which includes the generic Tracing and Monitoring Framework (TMF).
3
4The plugins are categorized as follows:
5org.eclipse.linuxtools.ctf.* Common Trace Format (CTF) reader library
6org.eclipse.linuxtools.gdbtrace.* Support for reading and viewing GDB traces
7org.eclipse.linuxtools.lttng* LTTng 2.x integration
8org.eclipse.linuxtools.tmf.* Tracing and Monitoring Framework
9org.eclipse.linuxtools.tracing.rcp.* Code specific to the RCP version
10
11
12To set up the environment to build TMF from within Eclipse, see this wiki page:
13http://wiki.eclipse.org/Linux_Tools_Project/LTTng_Eclipse_Plug-in_Development_Environment_Setup
14
15
16
17
bf210894
AM
18To build the plugins manually, first cd to the directory then invoke Maven:
19$ cd lttng/
69d6a506 20$ mvn clean install
69d6a506
AM
21
22The default command will compile and run the unit tests. Running the tests can
23take some time, to skip them you can append "-Dmaven.test.skip=true" to the
24'mvn' command:
25$ mvn clean install -Dmaven.test.skip=true
26
27The RCP is not built by default, to build it you need to add "-PtracingRcp" to
28the 'mvn' command:
29$ mvn clean install -PtracingRcp -Dmaven.test.skip=true
58d9bc36
AM
30
31This will build the RCP for all supported architectures. The resulting archives
32will be placed in lttng/org.eclipse.linuxtools.tracing.rcp.product/target/products
33
This page took 0.029766 seconds and 5 git commands to generate.