Results 1 to 6 of 6

Thread: Ice 3.2b release

  1. #1
    Andreas Scherer is offline Registered User
    Name: Andreas Scherer
    Organization: Private Linux Site
    Project: Evaluating Ice-C++, Ice-Java, Ice-Python, Ice-Ruby
    Join Date
    Mar 2005
    Location
    Berlin, Germany
    Posts
    50

    Thumbs up Ice 3.2b release

    Dear ZeroC team:

    After three hours of playing with the latest (beta) release, I can say: Congratulations!

    I'm still running OpenSUSE 10.0, g++ 4.0.2, ruby 1.8.2, java 1.5.0.

    After commenting the CS stuff in the rpm spec file, I created eight rpms and updated the installation without problems (rpm -iU ice-*3.2b*) . Then I edited /etc/bash.bashrc.local (CLASSPATH, PYTHONPATH, RUBYLIB, LD_LIBRARY_PATH).

    The 'demo/book/printer' demo ran out-of-the-box, also a weird combination of 'demoj/book/printer/Server.java' (I had to hack 'common.xml') and 'demorb/book/printer/Client.rb'.

    And after modifying the signatur of the 'sayHello' member function, even my QtClient.rb runs fine. See attachment.

    Excellent stuff. Thank you very much!

    Andreas
    Attached Files Attached Files

  2. #2
    beagles's Avatar
    beagles is offline Registered User
    Name: Brent Eagles
    Organization: Eagles Technologies Inc
    Project: Asterisk SCF
    Join Date
    Feb 2003
    Location
    Newfoundland
    Posts
    111
    Hi Andreas,

    What kind of change did you need to make to common.xml?

    Cheers,

    Brent

  3. #3
    Andreas Scherer is offline Registered User
    Name: Andreas Scherer
    Organization: Private Linux Site
    Project: Evaluating Ice-C++, Ice-Java, Ice-Python, Ice-Ruby
    Join Date
    Mar 2005
    Location
    Berlin, Germany
    Posts
    50
    Hello Brent,

    The version of ant on my system (Apache Ant version 1.6.2) does not like the "else" constructs in common.xml:
    Class org.apache.tools.ant.taskdefs.ConditionTask doesn't support the "else" attribute.
    See the attached unified diff. I simply remove these things to make it match my preferences.

    Take care,
    Andreas
    Attached Files Attached Files
    Last edited by Andreas Scherer; 02-27-2007 at 04:10 PM. Reason: Clarification of error situation with Apache Ant 1.6.2

  4. #4
    dwayne's Avatar
    dwayne is offline ZeroC Staff
    Name: Dwayne Boone
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Jan 2005
    Location
    St. John's, Newfoundland
    Posts
    397
    Quote Originally Posted by Andreas Scherer View Post
    Hello Brent,

    The version of ant on my system (Apache Ant version 1.6.2) does not like the "else" constructs in common.xml:
    Yes, that is expected. IceJ requires ant 1.6.3 or greater.

    Regards,
    Dwayne

  5. #5
    Andreas Scherer is offline Registered User
    Name: Andreas Scherer
    Organization: Private Linux Site
    Project: Evaluating Ice-C++, Ice-Java, Ice-Python, Ice-Ruby
    Join Date
    Mar 2005
    Location
    Berlin, Germany
    Posts
    50
    Quote Originally Posted by dwayne View Post
    IceJ requires ant 1.6.3 or greater.
    Well, it just depends on your notion of "requirement"; I can happily live with ant 1.6.2, ruby 1.8.2, qt3, etc. in conjunction with Ice 3.x on top of a not-officially-supported (luckily not an officially-not-supported) OS.

    In Ice 3.1.0 requires Ant 1.6.3+ I had reported this as a "bug", but since it's easy enough to work around (short of updating to a newer version of ant), I wouldn't want to push this further.

    Thanks and take care,
    Andreas

  6. #6
    Andreas Scherer is offline Registered User
    Name: Andreas Scherer
    Organization: Private Linux Site
    Project: Evaluating Ice-C++, Ice-Java, Ice-Python, Ice-Ruby
    Join Date
    Mar 2005
    Location
    Berlin, Germany
    Posts
    50
    BTW, I have noticed tonight that Ice 3.2.0 works fine locally without the cli option
    Code:
    --Ice.Default.Host=linux
    (see Ice 2.1.2 / 3.0.0 on OpenSUSE 10). Thanks for saving the extra keystrokes!

    Andreas

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Ice 3.2b documentation inaccuracies
    By fmoya in forum Bug Reports
    Replies: 1
    Last Post: 03-07-2007, 08:40 AM
  2. Replies: 1
    Last Post: 03-05-2007, 03:25 AM
  3. Ice 3.2b and Connections Issue #21 now available
    By mes in forum Announcements
    Replies: 0
    Last Post: 02-26-2007, 10:57 PM
  4. When will be next release of Ice?
    By kovacm in forum Help Center
    Replies: 1
    Last Post: 09-07-2005, 07:01 AM
  5. IceStorm in Ice 2.1.1 Release
    By chuatecksiong in forum Help Center
    Replies: 1
    Last Post: 05-21-2005, 10:59 PM

Posting Permissions

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