View Single Post
  #1 (permalink)  
Old 10-20-2004
vsonnathi 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.
Reply With Quote