|
From: Egon T. <ego...@ut...> - 2004-05-13 20:36:01
|
Hi!
I have changed the output of the idl3 generator.
Granted that a single idl file has been generated from a UML diagram
(using Robert's uml2idl tool).
A ccmtools call can subdivide this file into a bunch of idl files:
$ ccmtools-generate idl3 -o idl3 a_single_file.idl
All files generated by the idl3 generator are arranged in the following
directory structure:
idl3/interface/<namespace>/<struct-name>.idl
/<exception-name>.idl
/<typedef-name>.idl
/<enum-name>.idl
/<....-name>.idl
/<interface-name>.idl
/component/<namespace>/<component-name>/<component-name>.idl
/<component-home-name>.idl
This directory structure is used in a pilot project that examines the
usability of ccmtools in practice...
:-) Egon
|