Hi Guys
I have a SVN repository, so If I want to get all from this and run a build I have to
Get all from SVN
run the orcascript with orascr170.exe
run pbc170.exe with parameters to build my application
Is that right?
Profiling orcascr170 and pbc170 I've seen calls to files *.sr* under ws_objects from Sourcecontrolfilemap during orcascript running and also during pbc170 running
Is that right?
Refreshing pbls from objects in ws_objects directories is a step done during orca or during pbc or during both of them?
Thanks a lot
Yes, process you list is correct.
ORCAScript is the one that will pull down the PB objects as *.sr* files & then populate your PBL files. The *.Sr* files will be brought down from SVN into WS_Objects folder during the SCM import phase. The PBC compile should only use your PBL files.
HTH
Regards ... Chris