Dear all,
As the project is move to use PB 2021 and deploy with the pbautobuild210.exe, including the step of the PB ORCA import source code (merging property on the JSON)
The project work with TFS as source control
On test application, all work well, the PBL, after execute the BAT (that point to the JSON), the latest change is found and included on the EXE, while on the production application, The latest change not appear on the PB, neither on the EXE.
On the research it been found that on the test application deploy log, between the start and finish merging step, there is compiling... while the compiling... not appear on the production application
The good test application:
09:35:01 [Normal] Start merging the source code.
09:35:01 [Normal] Lib List for SccTarget
09:35:01 [Normal] s:\SP Instrumentation\SP Instrumentation Tools\Projects\ScrumTeams\Hoopoes\SpikePB\\\spikeautobuild.pbl
09:35:01 [Normal] PBORCA_SccRefreshTarget. Full Rebuild
09:35:01 [Normal] Importing spikeautobuild.sra . . .
09:35:01 [Normal] Importing spikeautobuild.srj . . .
09:35:01 [Normal] Importing u_nvo_spike.sru . . .
09:35:01 [Normal] Compiling types for spikeautobuild.sra . . .
09:35:01 [Normal] Compiling types for spikeautobuild.srj . . .
09:35:01 [Normal] Compiling types for u_nvo_spike.sru . . .
09:35:01 [Normal] Calling cm_rebuild_application(CM_REBUILD_FULL).
09:35:01 [Normal] End merging the source code.
The 'bad' production application:
16:58:42 [Normal] Start merging the source code.
16:58:43 [Normal] Lib List for SccTarget
16:58:43 [Normal] xxx.pbl
16:58:43 [Normal] xxx.pbl
16:58:43 [Normal] PBORCA_SccRefreshTarget. Full Rebuild
16:58:43 [Normal] Importing all objects, including the object that been changed
16:58:47 [Normal] Calling cm_rebuild_application(CM_REBUILD_FULL).
16:58:54 [Normal] End merging the source code.
The Compiling types could not be found on the production side, what is trigger it?