Forum Post: Re: Arat: Import Complete Tasks Only Ignores Higher Versions Only Setting

  • Thread starter Thread starter cverbiest
  • Start date Start date
Status
Not open for further replies.
C

cverbiest

Guest
In standard UI the files are present but "EXC"luded automation/appSolutions/appSolute/RTB/Automation/adrtb_buildimport.p contains IF glImportIncludeAll = TRUE THEN DO: ASSIGN cMessage = " Setting 'include all' on import table...". oRTBAutomationApi:displayMessage(cMessage, YES, YES). /* Make sure all entries in the import table are set to be included. Note this is a dangerous thing to have set as a default - so use with caution. */ IF glImportIncludeAll THEN oRTBAutomationApi:rtbIncludeAllImports(INPUT pcWorkspace). END. this code does not take glImportHigherVerOnly into account. It sets all import on INC . The code states this is dangerous but the sample config automation/config/process_windows.json has this set to true, I'll change the setting in our config for now. "RtbImport": [ { "WspaceId": "prompt", "RtbUser": "${RtbUser}", "RtbPassword": "${RtbPassword}", "BuildImport": true, "SourceWorkspaces": "", "Pmods": "*", "TaskList": "prompt", "ReleaseNum": "0", "HigherVerOnly": true, "CurrReleaseOnly": true, "CompleteTasksOnly": true, "IncludeAll": true, "ApplyImport": true, "ReportAfterBuild": true, "ReportAfterApply": true, "DeleteAfterApply": true, "MailResult": true, "DeleteExistingImportTable": true, "CompileAfterImport": true, "CreateTaskForImport": true, "CompleteImportTask": true, "MaxWorkspaces": "${RtbMaxWorkspaces}" } ],

Continue reading...
 
Status
Not open for further replies.
Back
Top