Go Back   ZeroC Forums > Patches

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 07-20-2006
bernard's Avatar
bernard bernard is offline
ZeroC Staff
 
Name: Bernard Normier
Organization: ZeroC, Inc.
Project: Ice
 
Join Date: Feb 2003
Location: Palm Beach Gardens, FL
Posts: 761
Patch #3 for Ice 3.1.0: restore setDefaultContext

Please find attached patch #3 for Ice 3.1.0: it restores Ice::setDefaultContext which was removed accidently between 3.0.1 and 3.1.0. The attached archive contains source-patches for all affected language mappings (C++, Java, C# and Python).

This patch is binary-compatible and cumulative:
- in the event you have built and deployed an application with Ice 3.1.0, you can apply this patch to Ice 3.1.0 and replace the Ice binaries (shared libraries/DLLs/jar file etc) without rebuilding your application.
- it includes patch #1 for Ice 3.1.0
- it does not include patch #2 for Ice 3.1.0, since patch #2 is not binary compatible

How to apply this patch:

- download the Ice source distribution(s) you're interested in from http://www.zeroc.com/download.html

- extract the files from the attached .tar.gz:
$ tar xzvf ice310-3.tar.gz

- For C++ on Linux/Unix:
$ tar xzvf Ice-3.1.0.tar.gz
$ cd Ice-3.1.0
$ patch -p0 < ~/ice310-3.patch
then follow the regular build procedure

- For C++ on Windows in a cygwin shell:
$ tar xzvf Ice-3.1.0.tar.gz
$ cd Ice-3.1.0
$ patch --binary -p0 < ~/ice310-3.patch
then follow the regular build procedure

- For Java on Linux/Unix or on Windows with cygwin
$ tar xzvf IceJ-3.1.0-java?.tar.gz
$ cd IceJ-3.1.0
$ ant clean
$ patch -p0 < ~/icej310-3.patch
then follow the regular build procedure

- For C# on Linux/Unix or on Windows with cygwin
$ tar xzvf IceCS-3.1.0.tar.gz
$ cd IceCS-3.1.0
$ patch -p0 < ~/icecs310-3.patch
then follow the regular build procedure

- For Python on Linux/Unix or on Windows with cygwin
$ tar xzvf IcePy-3.1.0.tar.gz
$ cd IcePy-3.1.0
$ patch -p0 < ~/icepy310-3.patch
then follow the regular build procedure

Best regards,
Bernard
Attached Files
File Type: gz ice310-3.tar.gz (23.8 KB, 46 views)
__________________
Bernard Normier
ZeroC, Inc.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Patch for Ice-3.1.0: icegridadmin application patch bug fix mpugach Patches 1 08-01-2006 06:26 AM
Ice 3.1: Communicator.setDefaultContext() stephan Help Center 8 07-20-2006 03:40 PM


All times are GMT -4. The time now is 07:20 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.