Andrei,
I put into CVS all my recent changes concerning new Cayenne configuration files format and GUI tools.
New project (project.xml) file is located in cayenne/doc/cayenne_config.
I am still having a problem with types.xml file which is invisible for classloader when starting Modeller from command line.
Maybe we could also search cayenne_config for this file?
Below is new project file format:
<project>
<map name="m1" location="m1.xml"/>
<map name="m2" location="m2.xml"/>
<domain name="domain1">
<datanode name="node1" location="node1.xml">
<datamap> m1 </datamap>
<datamap> m2 </datamap>
</datanode>
<datanode name="node2" location="node2.xml">
<datamap> m1 </datamap>
<datamap> m2 </datamap>
</datanode>
...
<datanode name="node_n" location="node_n.xml">
<datamap> m1 </datamap>
...
<datamap> mn </datamap>
</datanode>
</domain>
<domain name="domain2">
....
</domain>
</project>
Thanks,
Anton
This archive was generated by hypermail 2.0.0 : Wed Feb 20 2002 - 14:15:30 EST