Hi,
I start the build process from a windows service the following way:
C:\Programme\FinalBuilder 5\FBCMD.exe /P"C:\AutoBuild.1595\OT82_1.fbp5" /V"Mode=New";VersionBuild=1595;PatchFiles="Crq_Src\OtServer\OtService.cpp=Patches\OtService.cpp
Crq_Src\OtServer\PushActionCache.cpp=Patches\PushActionCache.cpp
Crq_Src\OtServer\ServerMobileDevices.cpp=Patches\ServerMobileDevices.cpp";PatchBuildNumber="1570";PathLocal=C:\AutoBuild.1595; /C
I extra escaped the line for the PatchFiles with quotes. But I got the error: "Error - variable doesn't exist: Crq_Src\OtServer\PushActionCache.cpp"
What to do?
Regards,
Christian