From: Chris M. <zm...@us...> - 2001-05-16 21:25:42
|
Update of /cvsroot/kuml/kuml/libkuml/test_client In directory usw-pr-cvs1:/tmp/cvs-serv11805 Added Files: README.txt Log Message: Explanatory text. --- NEW FILE --- This program exercises the server in ../UmlRepository which must have been built before compiling this program. It should give you a flavour of how the IDL interfaces are structured and hence how to write a proper UML client-side tool. What more? OK. Type make. Start up the server in another xterm (from ../UmlRepository type freecase start). If it works properly you should get a warning along the lines of : "warning: cannot bind to Naming Service at inet:zmower:12456." If you get more errors than than do a freecase restart. Finally invoke ./runMe which should output : found factory new core object created obtained class class ref calling create class created class named MyFirstClass and is_leaf attribute set to 1 sequence of all classes is length 1 found class MyFirstClass at index 0 sequence of all model elements is length 1 found model elements MyFirstClass at index 0 attibute created |