Update of /cvsroot/pymerase/pymerase
In directory sc8-pr-cvs1:/tmp/cvs-serv21096a
Modified Files:
INSTALL
Log Message:
updated to describe new UML parser.
(Also this file should somehow be generated from the LaTeX documentation.)
Index: INSTALL
===================================================================
RCS file: /cvsroot/pymerase/pymerase/INSTALL,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** INSTALL 23 Apr 2003 21:57:08 -0000 1.5
--- INSTALL 7 May 2003 22:26:22 -0000 1.6
***************
*** 46,59 ****
END old instructions.
! ** XMI file format
! ------------------
! The key thing for XMI files is you need to generate them somehow,
! ArgoUML is the tool we're currently using for testing.
! http://argouml.tigris.org
! The current XMI parser was written by Teemu Toivanen and is available
! from the MGED/Mage sourceforge site in the directory lib/Python/pyXMI.
** DB Support
--- 46,65 ----
END old instructions.
! ** UML support
! --------------
! The key thing for UML files is you need to generate them somehow,
! we've used
! ArgoUML (http://argouml.tigris.org)
! Poseidon (http://www.gentleware.com)
! SMW (http://www.abo.fi/~iporres/html/smw.html)
! Parsing UML files currently depend on the SMW library. Currently
! you'll need to downloada it from the SMW site and add the package to
! your python path.
! (Although this is still irritating to install, it's much better than
! our last versions which needed to use jython and a specific java uml
! parsing library).
** DB Support
|