Results 1 to 2 of 2

Thread: Some error in Ice Documentation!

  1. #1
    rc_hz is offline Registered User
    Name: Eric RC
    Organization: www.genband.com
    Project: No project yet
    Join Date
    Jul 2004
    Location
    Hangzhou, China
    Posts
    189

    Some error in Ice Documentation!

    1)page 47
    javac -d classes -classpath classes:$ICEJ_HOME/lib/Ice.jar\
    -source 1.4 Server.java PrinterI.java generated/*.java

    =========>

    javac -d classes -classpath classes:$ICEJ_HOME/lib/Ice.jar\
    -source 1.4 Server.java PrinterI.java generated/Demo/*.java

    2)Page 48
    $ javac -d classes -classpath classes:$ICEJ_HOME/lib/Ice.jar\
    -source 1.4 Client.java PrinterI.java generated/*.java

    =========>

    $ javac -d classes -classpath classes:$ICEJ_HOME/lib/Ice.jar\
    -source 1.4 Client.java PrinterI.java generated/Demo*.java

  2. #2
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055
    Thanks muchly for letting us know! We added the Demo module later, with the change that deprecated global Slice definitions, and I forgot to update that part of the doc. I'll fix this for the next release.

    Thanks again!

    Cheers,

    Michi.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. (minor) IceStorm 3.2 documentation error?
    By borax00 in forum Comments
    Replies: 3
    Last Post: 03-15-2007, 12:44 PM
  2. Error in Ice Documentation
    By sac_urs in forum Bug Reports
    Replies: 1
    Last Post: 11-01-2005, 03:17 PM
  3. Current ICE documentation
    By johnstv3 in forum Help Center
    Replies: 6
    Last Post: 04-22-2004, 07:22 AM
  4. Ice documentation
    By catalin in forum Help Center
    Replies: 5
    Last Post: 04-04-2004, 05:13 PM
  5. New Ice documentation available
    By michi in forum Announcements
    Replies: 0
    Last Post: 07-10-2003, 07:17 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
  •