Community
Participate
Working Groups
The output (stdout and stderr) of a remote build is not printed until after the build completes. Thus there is no indication of progress, which is especially important for lengthy builds. This problem has been traced to the SyncCommandLauncher, which waits for the build to complete instead of returning the process after starting it. This is done so that a post-build sync can be executed.
Fix committed to ptp_5_0. The SyncCommandLauncher now returns the process after starting it, and a POST_BUILD event is used to trigger the post-build sync.