I copied from cvs/.../otherlib the files javagroups-2.1.1.jar and
jms-1.0.2b.jar and dumped them into ...\cayenne-1.1M3\lib of my project. I
then made the following changes to the build.xml file.
This appears to build properly. I suspect that the files should probably
be put into one of the two modeler directories instead of at the root.
================================================================
--- build.xml.orig Sun Feb 29 20:51:12 2004
+++ build.xml Tue Mar 02 17:26:14 2004
..-43,6 +43,15 @@
<pathelement path="${build}/cayenne"/>
<fileset dir="${lib}/modeler">
<include name="scope*.jar"/>
+ <include name="forms-1.0.3.jar"/>
+ <include name="plastic-1.1.2.jar"/>
+ </fileset>
+ <fileset dir="${lib}">
+ <include name="javagroups-2.1.1.jar"/>
+ <include name="jms-1.0.2b.jar"/>
+ </fileset>
+ <fileset dir="${lib}/dvmodeler">
+ <include name="jdom-b9.jar"/>
</fileset>
</path>
================================================================
This archive was generated by hypermail 2.0.0 : Tue Mar 02 2004 - 17:29:53 EST