Results 1 to 2 of 2

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

  1. #1
    bernard's Avatar
    bernard is offline ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294

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

    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
    Attached Files Attached Files
    Bernard Normier
    ZeroC, Inc.

  2. #2
    rpeters is offline Registered User
    Name: Rich Peters
    Organization: braxton technology
    Project: cross platfrom JNI replacement
    Join Date
    May 2009
    Posts
    48
    Thanks

    Rich

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. var set nothing change
    By Tschili in forum Help Center
    Replies: 10
    Last Post: 04-05-2009, 04:11 PM
  2. Replies: 3
    Last Post: 08-13-2008, 02:35 PM
  3. Replies: 0
    Last Post: 05-16-2007, 12:21 PM
  4. Replies: 0
    Last Post: 12-06-2005, 06:49 AM
  5. Replies: 0
    Last Post: 08-25-2004, 09:21 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •