I have a working automated build process for our PowerBuilder app running every night. The resource I used to set this up was http://dm.char.com.ua/pb/pborca.htm. It's not clear to me whether PBOrca is an officially supported tool or who is in charge of it (is it the gentleman who runs the linked site?). I downloaded it from that link but I believe there may be a newer version out. Where would I get this? I have googled to no avail and have found documentation on usage at sybase.com but no actual download.
The reason I am looking for a new version is the new style controls supported in PB11.5 are not available from the automated build, yet work fine from development, so when we deploy the build it uses a sort of Windows classic theme. I have found references to passing NEWVSTYLECONTROLS online in other people's orca scripts but it complains about the wrong number of parameters when I try it and the examples I look at have a different parameter list.
Thanks for you time.
Alan
ORCA used to be uploaded to CodeXchange, but the last version I see uploaded is 10.2. CX is in a transition, so that may explain why it's not up to date.
However, using ORCA to build these days is less like making a cake from scratch, and more like growing your own wheat to make a cake. (Take it from a cake decorator's son, they're all from mixes. ;-) ) ORCAScript is a batch-like language to do builds. See Appendix B in the User Guide that should be installed on your machine, or link to the User Guide online. Also note that as of PB8, you can deploy projects from the command line.
Good luck,
Terry