Update of /cvsroot/pymerase/Docs/install
In directory sc8-pr-cvs1:/tmp/cvs-serv20678
Modified Files:
install.tex
Log Message:
Changed description from XMI to UML, updated list of known UML
editors. Describe how to install the current UML parser.
Index: install.tex
===================================================================
RCS file: /cvsroot/pymerase/Docs/install/install.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** install.tex 23 Apr 2003 21:55:56 -0000 1.3
--- install.tex 7 May 2003 22:25:14 -0000 1.4
***************
*** 58,67 ****
\subsubsection{\cb GeneX Table Definition Format}
Currently the GeneX Table definition format is the best supported file
! format (As it was the first mode I started developing against.)
! However the XMI format is coming along as well.
! At minimum it requires an XML parser. The default python XML parser is
! called expat, newer versions are available at
http://sourceforge.net/projects/pyxml. Later versions of this might
work with the current table.dtd
--- 58,67 ----
\subsubsection{\cb GeneX Table Definition Format}
Currently the GeneX Table definition format is the best supported file
! format (As it was the first mode we started targeting.)
! UML support is reasonably well supported now.
! At minimum pymerase requires an XML parser. The default python XML
! parser is called expat, newer versions are available at
http://sourceforge.net/projects/pyxml. Later versions of this might
work with the current table.dtd
***************
*** 84,95 ****
END old instructions.
! \subsubsection{\cb 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.
\subsubsection{\cb DB Support}
--- 84,104 ----
END old instructions.
! \subsection{\cb UML support}
! The key thing for UML files is you need to generate them somehow,
! we've used:
! \begin{itemize}
! \it ArgoUML (http://argouml.tigris.org)
! \it Poseidon (http://www.gentleware.com)
! \it SMW (http://www.abo.fi/~iporres/html/smw.html)
! \end{itemize}
! Parsing UML files depends on the SMW library. Currently you'll need to
! download it from the SMW site and add then 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).
\subsubsection{\cb DB Support}
|