Bag-merge » History » Version 2

J. Moringen, 11/24/2011 03:03 PM
removed download links for 0.4 version

1 1 J. Moringen
h1. @bag-merge@
2 1 J. Moringen
3 1 J. Moringen
{{>toc}}
4 1 J. Moringen
5 1 J. Moringen
h2. Introduction
6 1 J. Moringen
7 1 J. Moringen
TODO
8 1 J. Moringen
9 1 J. Moringen
See [[Bag-record|bag-record]] for recording and [[Bag-play|bag-play]] for replaying events from log files.
10 1 J. Moringen
11 1 J. Moringen
h2. Obtaining @bag-merge@
12 1 J. Moringen
13 1 J. Moringen
Binaries of the @bag-merge@ program can be downloaded from the "continuous integration server":http://ci.cor-lab.org for versions 0.4 and 0.5 of the project:rsb:
14 1 J. Moringen
15 2 J. Moringen
@bag-merge@ _is not available for the 0.4 version_
16 1 J. Moringen
17 1 J. Moringen
* "0.5 Linux i686":https://ci.cor-lab.de/job/rsbag-tools-cl-0.5/label=ubuntu_lucid_32bit/
18 1 J. Moringen
* "0.5 Linux x86_64":https://ci.cor-lab.de/job/rsbag-tools-cl-0.5/label=ubuntu_lucid_64bit/
19 1 J. Moringen
* "0.5 MacOS x86_64":https://ci.cor-lab.de/job/rsbag-tools-cl-0.5/label=MAC_OS_lion_64bit/
20 1 J. Moringen
21 1 J. Moringen
* "0.6 Linux i686":https://ci.cor-lab.de/job/rsbag-tools-cl-trunk/label=ubuntu_lucid_32bit/
22 1 J. Moringen
* "0.6 Linux x86_64":https://ci.cor-lab.de/job/rsbag-tools-cl-trunk/label=ubuntu_lucid_64bit/
23 1 J. Moringen
* "0.6 MacOS x86_64":https://ci.cor-lab.de/job/rsbag-tools-cl-trunk/label=MAC_OS_lion_64bit/
24 1 J. Moringen
25 1 J. Moringen
After the download, the @bag-merge@ file has to be made executable in most cases. This can be done for example by executing
26 1 J. Moringen
<pre>
27 1 J. Moringen
chmod +x bag-merge
28 1 J. Moringen
</pre>
29 1 J. Moringen
in the download directory.
30 1 J. Moringen
31 1 J. Moringen
h2. Checking Versions and Displaying Help
32 1 J. Moringen
33 1 J. Moringen
Version and help information is displayed when the @--version@ and @--help[-for all]@ commandline options are specified:
34 1 J. Moringen
<pre>
35 1 J. Moringen
./bag-merge --version
36 1 J. Moringen
./bag-merge --help
37 1 J. Moringen
./bag-merge --help-for all
38 1 J. Moringen
</pre>
39 1 J. Moringen
40 1 J. Moringen
The output of @--help[-for all]@ includes a list of supported file formats.