Assign source files to projects based on a project control file (PCF). A project control file identifies the projects to which source files belong. It specifies the path to the source files rather than just their names so as to avoid issues resulting from having files with homonymous names.
ApplyPCF.bj differs from SetProject.bj in that it does not allow you to assign source files to projects additively. Use CreatePCF.bj or Related.bj to create a project control file.
ApplyPCF LogFile Workspace ProjectCF
Required Parameters | Description |
---|---|
LogFile |
Output log file generated when the batch script is executed. |
Workspace |
Workspace file (.rwp). |
ProjectCF |
Project control file (.pcf). |