Results 1 to 2 of 2

Thread: Unable to build demoj using supplied build.xml files

  1. #1
    vsonnathi is offline Registered User
    Name: Venkat Ramana
    Organization: Amazon.com
    Project: Prototype
    Join Date
    May 2004
    Posts
    39

    Unable to build demoj using supplied build.xml files

    Hi,

    The required lib (Ice.jar) is not correctly specified in the build.xml's supplied in the demoj distribution.

    I am suing Ice 1.5.1 windows distribution.


    <property name="lib.dir" value="${top.dir}/lib"/>

    compile target snippet.
    <javac srcdir="${generated.dir}" destdir="${class.dir}"
    source="1.4" classpath="${lib.dir}" debug="${debug}"/>
    <javac srcdir="." destdir="${class.dir}" source="1.4"
    classpath="${lib.dir}" excludes="generated/**" debug="${debug}"/>

    I am using ant-1.6.1

    Thanks,
    --Venkat.

  2. #2
    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
    Hi Venkat,

    Thanks for the bug report, it will be fixed in the next release (Ice 1.6). In the meantime, you can build the demos by adding %ICE_HOME%\lib\Ice.jar and %ICE_HOME%\lib\db.jar to your CLASSPATH.

    Bernard

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. working build.xml for Android Ice Demo
    By Bob Velis in forum Comments
    Replies: 2
    Last Post: 05-11-2010, 07:20 PM
  2. Slice compilers unable to parse demo .ice files?
    By asynchronos in forum Help Center
    Replies: 14
    Last Post: 07-17-2008, 07:41 AM
  3. Build issue with 3.1
    By ctennis in forum Bug Reports
    Replies: 2
    Last Post: 07-13-2006, 07:57 AM
  4. CMake build system
    By aka50 in forum Patches
    Replies: 0
    Last Post: 07-12-2005, 04:30 AM
  5. Build problem on Linux
    By Jeff Holle in forum Help Center
    Replies: 5
    Last Post: 08-13-2003, 12: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
  •