The included bash script and Makefile can be used to generate diagram images (in the PNG format) from the "source code" of the diagram.
Usage of the getdiagram.sh script
To use the build script simply pass the type of diagram you want to compile (valid types are class
, usecase
, and activity
), and then pass it the file pattern to compile.
./getdiagram.sh [class|usecase|activity] filepattern
Usage of the Makefile
The included Makefile is a convenient way to generate a set of diagram images. You will have to customize this Makefile to work with your directory structure.
If you are unfamiliar with Makefiles you can read a quick introduction here.
Written by Evan Purkhiser