Update of /cvsroot/kuml/kuml/libkuml/uml
In directory usw-pr-cvs1:/tmp/cvs-serv20626/uml
Modified Files:
DESIGN.txt README.txt
Log Message:
Initial codegen via XSLT.
Index: DESIGN.txt
===================================================================
RCS file: /cvsroot/kuml/kuml/libkuml/uml/DESIGN.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** DESIGN.txt 2000/12/20 20:37:16 1.2
--- DESIGN.txt 2001/05/16 22:01:49 1.3
***************
*** 39,43 ****
Configuration Control
! Develpoers release packages to other developers. Or stable/unstable.
--- 39,43 ----
Configuration Control
! Developers release packages to other developers. Or stable/unstable.
Index: README.txt
===================================================================
RCS file: /cvsroot/kuml/kuml/libkuml/uml/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** README.txt 2000/12/20 20:37:16 1.2
--- README.txt 2001/05/16 22:01:49 1.3
***************
*** 1,14 ****
! Requires MICO. I'm using v2.3.0 atm.
Type make in this dir. Should get an fcd executable.
- If it fails compiling Foundation.cc then cd to UmlRepository/UmlCore/Skel
- and type make.
- If you manage to compile Foundation.cc I'd be interested to know how much RAM
- and swapspace you have.
To start the server: freecase start
To stop the sever: freecase stop
To make something happen: build and run the test program in ../test_client
! The idl-1.3 dir contains the CORBA IDL for the UML v1.3 repository. The idl
! directory holds the v1.1 IDL so you can ignore it. (How do you remove
directories using cvs? Is it the same as files?)
--- 1,11 ----
! Requires MICO. I'm using v2.3.5 atm.
Type make in this dir. Should get an fcd executable.
To start the server: freecase start
To stop the sever: freecase stop
To make something happen: build and run the test program in ../test_client
! The idl-1.4 directory contains the CORBA IDL and the MOF model of UML in XMI
! format for UML v1.4. The idl-1.3 directory contains the IDL for UML 1.3 The
! idl directory holds the v1.1 IDL so you can ignore it. (How do you remove
directories using cvs? Is it the same as files?)
***************
*** 26,39 ****
implement it! Actually we may be able to use the DII...
! Most of the code in UmlRepository/UmlCore/ is now auto-generated using
! UmlRepository/tools/autogen.awk I invoke it in a temporary directory
! (parallel to UmlCore) as follows:
! awk -f ../tools/autogen.awk Foundation_impl.h
and in the blink of an eye you have more code than you have a right too for so
! little effort. Shame on you! I then copy the modified files into ../UmlCore
! using ../tools/copy_diff_files. This stops make re-making everything all the
! time which takes ages.
The main dir contains the main program naturally.
--- 23,33 ----
implement it! Actually we may be able to use the DII...
! Most of the code in the module sub-directories is now auto-generated using
! the codegen.mf makefile as follows:
! make -f codegen.mf
and in the blink of an eye you have more code than you have a right too for so
! little effort. Shame on you!
The main dir contains the main program naturally.
|