Instead of building the project from the PowerBuilder IDE, you can also build the project using a standalone tool (PBAutoBuild250.exe) in the command-line mode. PBAutoBuild250.exe can automate the entire build and deploy process without requiring PowerBuilder IDE installed or any PowerBuilder license running.
PBAutoBuild250 /f c:\salesdemo_local.json /l Log_PCBuild.log /le Log_PCError.log
For more details on how to build the PowerClient project with PBAutoBuild, refer to Building the PowerClient project with commands and Tutorial: Building your PowerClient project with commands.
For more details on how to build the Application project with PBAutoBuild, refer to Building a client/server application with commands and Tutorial: Building your client/server application with commands.
For more details on how to build the PowerServer project with PBAutoBuild, refer to Build & deploy using commands and Tutorial: Building your PowerServer project with commands.