Hello,
I have a query regarding compilation in PB 2017 R2.
I recently deleted code in my data window file(w_splash_screen). I did a full build and deploy in PB 2017 IDE. I see that my changes are reflected.
Locally, when I compile using command line pbc170.exe tool I see my old changes instead of the new one when I run my application exe.
How do I make sure that the pbc170.exe gives the same results as Build and Deploy from PB 2017 IDE ?
Our PB 2017 code is migrated to GIT and using DevOps for continuous integration.
We are using Visual Studio to Sync the data. Also I tried to reset the branch.
But, I also see the issue on my local. I tried replicating the issue on my local machine. I recompiled the code using pbc170.exe locally and I get the same issue. I see a .srw w_splash_screen.srw but it has my old changes.
I had checked in my changes. I even cleared the local workspace folder, downloaded the project from Git , opened in PB IDE , Built it and Debug. Everything works fine as per the new changes.
Now, when I try to use the standalone compiler, pbc170.exe locally and use the parameters specified in the application project object.It build fine but using old files and changes and not the new ones.
Am I missing any build step here for standalone compiler to build properly?
FWIW: I normally use the ORCAScript utility to refresh by build PBL's (aka Git Pull) before I run the PBC.
Regards ... Chris