-
Notifications
You must be signed in to change notification settings - Fork 26
Using CABL with Roundtable
The default behavior of PCT is to generate the XREF and listing files in the .pct
directory, with specific naming conventions. In turn, CABL will try to read those files in the .pct
directory. However, Roundtable generates those files in a list
directory of each source module. In order to provide compatibility with Roundtable, you can simply set the sonar.oe.rtb
property to true
. This will instruct CABL to search for XREF and listing files in this list
directory.
If CABL is not able to find your XREF or listing files even with Roundtable compatibility mode activated, you can use the -X
switch on the command line to display verbose output. The additional log output will let you see exactly which locations are searched for XREF and listing files.
© Riverside Software 2013-2024