Andrew Black wrote:
The final tactic that could be taken is to manually build the archive,
applying the patch prior to creating the archive and posting it to the
automated build system. I will do this prior to going to lunch, but the
next time the archive is rebuilt after a changes, this patch will be
removed from the archive.
Greetings Farid.
A quick followup. I loaded the patched archive into the build system,
and I received the following output (or similar) in all the completed
windows builds:
### Building solution / Creating HTML log
D:\bman5\builds\33293198\source-buildspace\etc\config\windows\makelog.wsf(251,
10) Microsoft JScript compilation error: Expected ')'
Additionally, I received the following output when applying your patch
(on Unix).
[EMAIL PROTECTED] windows]$ patch < /build/ablack/windows.patch
patching file build.wsf
patching file configure.wsf
patching file devenv_consts.js
patching file generate.wsf
patching file makelog.wsf
patching file projectdef.js
patching file projects.js
patching file run_locale_utils.wsf
patching file runall.wsf
Hunk #4 FAILED at 62.
1 out of 14 hunks FAILED -- saving rejects to file runall.wsf.rej
patching file summary.js
--Andrew Black