rpp --projectCreation

This command creates Eclipse projects and folders to migrate data to an Eclipse environment. This creation must precede the use of the migration help function.

Syntax

rpp.bat --projectCreation [options]

Parameters

Table 1. Liste des paramètres disponibles
Options Comments Required Default values
--data Full path to the workspace Yes  
--log Log file name No trace.log
--project Project name. It will be created if it does not exist. Yes  
--folder Name of the folder to create (multiple) No  
--separateMetadataFiles Option to separate the metadata files from the generated files No  
--pdpRootPath Path name of the pdp metadata file No pdp

Example

rpp.bat --projectCreation --data C:/usr/WKSFD2 --separateMetadataFiles --project PROJ1.CVI --folder CUST01

Feedback