Go to file
Andrea Aime eacd052ed8 Added some feedback on the standard output, so that the user knows what's going on (on big code bases the use of context matches may require quite a bit of time, plus when the diagrams are too big dot just eats 100% CPU for a long time and has to be killed, at least we can show that UMLGraph has finished its part of the work).
The output looks like:

 [java] UMLGraph doclet started
     [java] Building view ViewProduct
     [java] Building view ViewColors
     [java] Building view ViewChildOverride
     [java] Building view ViewChildEmpty
     [java] Building view ViewAtt
     [java] Building view ViewAllDetailed
     [java] Building view ViewAll
     [java] Building view ViewContext
     [java] Building view ViewInterfaces
     [java] Building view ViewSubclasses
     [java] Class diagram generation complete
2006-02-04 09:24:43 +00:00
doc Updated view documentation 2006-01-28 10:04:47 +00:00
src Added some feedback on the standard output, so that the user knows what's going on (on big code bases the use of context matches may require quite a bit of time, plus when the diagrams are too big dot just eats 100% CPU for a long time and has to be killed, at least we can show that UMLGraph has finished its part of the work). 2006-02-04 09:24:43 +00:00
testdata Refactored test data, now we have one package for each match type 2006-01-28 10:16:18 +00:00
web Add FAQ link. 2005-12-22 23:25:51 +00:00
.classpath Adding the eclipse project files and a first version of .cvsignore file 2005-11-23 22:04:17 +00:00
.cvsignore Add snapshot version functionality. 2006-01-05 09:55:10 +00:00
.project Adding the eclipse project files and a first version of .cvsignore file 2005-11-23 22:04:17 +00:00
Makefile Add snapshot version functionality. 2006-01-05 09:55:10 +00:00
README.txt And-based build of Java files and new testing infrastructure. 2005-11-15 16:02:13 +00:00
TODO Add two missing root files. 2005-11-23 22:22:31 +00:00
UMLGraph-2.10.tar.gz Add legacy Java 1.4 binaries. 2005-11-23 22:24:18 +00:00
UMLGraph-2.10.zip Add legacy Java 1.4 binaries. 2005-11-23 22:24:18 +00:00
build.xml Build UMLGraph with debug informations. This will improve eventual bug reports we get from users (previously stack trace did not include line numbers) 2006-01-28 10:17:21 +00:00
index.html Add FAQ link. 2005-12-22 23:25:51 +00:00
sequence.pic Support for drawing comments and frames in sequence diagrams. 2005-10-19 18:36:08 +00:00
umlgraph.bat Add two missing root files. 2005-11-23 22:22:31 +00:00

README.txt

UMLGraph - Declarative Drawing of UML Diagrams

UMLGraph allows the declarative specification and drawing of
UML class and sequence diagrams.  You can browse the system's
documentation from the doc/index.html page, or print it from
doc/indexw.html.

To install the elements required to run UMLGraph, simply copy
the contents of the lib directory to a location consistent with
your installation's conventions (for example to /usr/local/lib).

To compile the Java doclet from the source code run ant on the
build.xml file.

If you change the source code, you can run regression tests by
executing "ant test".

Project home page: http://www.spinellis.gr/sw/umlgraph

Diomidis Spinellis - November 2005

$Id$