rpp --dispatchMacro

You use this command to dispatch the Macro sources that are generated in Pacbase with the MIMA procedure. This command is automatically run by the rpp --automaticMigration command. However, you can also run it independently.

Syntax

rpp.bat --dispatchMacro [options]

Purpose

You must enter the name of the file that contains the generated Macros and the location into which the sources are to be stored. These sources are dispatched among the Macros of the various projects according to the generation Library. This Library is included as an attribute in the initial generated file.

Parameters

Table 1. List of the available parameters
Options Comments Required Default values
--data Full path to the workspace Yes  
--log Log file name trace.log
--fromFile Input file name. Yes  
--location Target location Yes  
--report Dispatch report file   .pacdispatchmacro.log in the .metadata folder of the workspace
Note: The .pacdispatchmacro.log report file displays the errors that occurred during the dispatch and also the number of modified/created Macro files.

Sample

rpp.bat --dispatchMacro --location TEST01 --fromFile D:/Working/Misc/B01A/macros/MACT02O.cblgen --log d:/utmp/trace.log --data d:/Working/JbyWks

Feedback