Archived

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

Patch for IceGrid and IceBox, release 3.0.1

benoit
benoit Rennes, France
Hi,

NOTE: This patch was originally posted [thread=1933]here[/thread]. It wasn't included in Ice 3.0.1 since it's not binary compatible. Here's a new version for Ice 3.0.1.

The IceGrid node has a bug which prevents running icebox servers if it's run from a directory containing spaces. The patch below fixes this problem. This patch will be included in Ice 3.1.0.

To apply the patch to Ice for C++:
$ cd Ice-3.0.1
$ patch -p0 < patch-c++.txt

To apply the patch to Ice for Java:
$ cd IceJ-3.0.1
$ unzip patch-java.zip

Cheers,
Benoit.