Tested with PB 12.6
I found this article OrcaScript Tips, Tricks, Quicks and Snips which clearly shows an example of building via project object properties in ORCAScript
syntax is build project pblName projectName [ serverName serverPort logID logPass]
I tested it and it flat out does NOTHING for an application
No error message, No build,
From the existence of the server options, I would surmise this is for deploying components into EAServer not for building applications
This paramaterized example: Has no error but doesn't build anything
start session
scc get connect properties myPBW
scc set connect property logfile myLog
scc set connect property logappend "false"
scc connect
scc set target myTarget outofdate"
scc refresh target "3pass"
build project ".\utils\utils.pbl" "p_pbd"
end session
This example (changed to my pbl/project object) flat out fails :
start session
build project "c:\pbdj\testbld.pbl" "p_quick_bld_exe"
end session
with this error
Orca error in 'buildProject'. Result Code -5.
The library list for the current Orca session must be set prior to making this request.
Any comment? Keith is a respected PB professional. PBDJ was a respected publication. What changed or what am I missing?