- Gilcemar Guizzo Zanette
- PowerBuilder
- Thursday, 28 September 2023 05:15 PM UTC
Hi all.
I'm using PB 19 R3.
We're starting to deploy applications using orcascript, but I'm having problems with relative path for images.
Example, in on meu, I've ..\img\icon\sratr.ico
When I build using IDE, everything is ok, but using orcascript isn't working, the icon dosen't apear.
We're using git.
start session
set debug true
scc set connect property localprojpath "C:\ControleVersao\build"
scc set connect property logfile "C:\ControleVersao\build\log.log"
scc set connect property logappend false
scc set connect property deletetempfiles "true"
scc connect offline
scc set target "C:\ControleVersao\build\admin\admin.pbt" refresh_all importonly
scc refresh target incremental
scc refresh target 3pass
build application full
build executable "C:\ControleVersao\build\exec32\admin.exe" "C:\ControleVersao\build\IMG\ICON\adming.ico" "C:\ControleVersao\build\admin\admin.pbr" "NNNNNNNNNNNNNNNNNNNNNNNNNNNNNN" newvstylecontrols
scc close
end session
Thanks
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.