Archived

This forum has been archived. Please start a new discussion on GitHub.

Patch #1 for Ice 3.4.1: IceGrid %VAR% handling (Windows only)

bernard
bernard Jupiter, FL
With Ice 3.4.0 and Ice 3.4.1 for Windows, if you use an environment variable such as %PATH% to set an environment variable in an IceGrid server descriptor, this environment variable is not expanded but replaced by an empty string.

The attached patch fixes this bug. To apply the patch to an Ice 3.4.1 source distribution:

> cd Ice-3.4.1
> patch -p1 < patch-4798.txt

Alternatively, you can edit cpp/src/IceGrid/ServerI.cpp, and replace "sizeof(buf.size())" by just "buf.size()" on line 303.

Best regards,
Bernard

Comments