rpp --synchronizeAllSourceCode

This command synchronizes all the source codes with their designs and generates again the source codes that are not synchronized. It uses the local indexes of the generated code. So, it the source code of your workspace is not indexed, you must first run the --rebuildGeneratedLinks command.

Syntax

rpp.bat --synchronizeAllSourceCode [options]

Parameters

Table 1. List of the available parameters
Options Comments Required Default values
--data Full path to the workspace Yes No default value
--log Log file name No trace.log
--location Target location Yes No default value

Example

rpp.bat --synchronizeAllSourceCode --location MyLocation --data c:\MyWorkspace --log C:\temp\trace.log

Feedback