Currently I'm working on a desktop application on PB19 R3, it is connected over GIT. To apply any change made on code to PBL is needed to "refresh", like this attached image.
I need to build this application outside IDE, but I still need to perform this exactly refresh, how can I do this outside PB IDE? Something like ORCA or cmd will work for me.
When I refresh over IDE it spends about 3min, but I'm asking because I have tried execute this refresh with ORCA ("scc refresh target"), following some tips like that:
https://community.appeon.com/index.php/qna/q-a/orca-script-to-refresh-pbls
But I'm now sure if that is exactly that I need, because if we copy this example to my application it took 5h, far from 3min that took over IDE. It seams this scc refresh execute a full build, not just a simple refresh.
Thank you,
Juliano
1. PBAutoBuild support traditional client/server, PowerClient, and PowerServer project types.
2. For PowerServer project type, it generates both the client portion and server portion.
Regards,
Ken