From 42249b407a4d68c7f8b803cf603b3fecd77355f3 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Wed, 7 May 2003 21:37:34 +0000 Subject: [PATCH] Build.xml --- index.html | 16 ++++++++++------ web/index.html | 16 ++++++++++------ 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index fb289e4..c449a41 100644 --- a/index.html +++ b/index.html @@ -84,7 +84,7 @@ Example:
 javadoc -docletpath UmlGraph.jar -doclet UmlGraph -private Simple.java
 
-javadoc will create a file named graph.dot +javadoc will create by default a file named graph.dot in the current directory; this is a text file that can be processed by the Graphviz dot program to layout and draw the graph. @@ -153,6 +153,7 @@ class Car {}

Program Options

A number of command-line options contol the operation of UMLGraph:
+
-output
Specify the output file name (default graph.dot).
-qualify
Produce fully-qualified class names.
-horizontal
Layout the graph in the horizontal direction.
-attributes
Show class attributes (Java fields) @@ -208,19 +209,22 @@ using @opt attributes on individual classes. In this case the @opt specification temporarily overrides the particular global setting for the class being processed. -

Availability

+

Download

UMLGraph is hereby made freely available as Open Source Software. You can download it in source and compiled format from the following links:

Version History

-
Version 1.20 2002/09/23
-Fixed bug in 1.19 with node font name specification. +
Version 1.23 2003/05/7
+Added -output command-line option, and an ant-based +build file. +Modified the dot output to avoid triggering a graphviz bug that made escape codes visible.
Version 1.20 2003/04/25
Fixes by Nick Efthymiou (thanks): @@ -589,7 +593,7 @@ Download the declarative specification, the generated <

$Id$
-(C) Copyright 2002 Diomidis D. Spinellis. +(C) Copyright 2002-2003 Diomidis D. Spinellis. May be freely uploaded by WWW viewers and similar programs. All other rights reserved.
diff --git a/web/index.html b/web/index.html index fb289e4..c449a41 100644 --- a/web/index.html +++ b/web/index.html @@ -84,7 +84,7 @@ Example:

 javadoc -docletpath UmlGraph.jar -doclet UmlGraph -private Simple.java
 
-javadoc will create a file named graph.dot +javadoc will create by default a file named graph.dot in the current directory; this is a text file that can be processed by the Graphviz dot program to layout and draw the graph. @@ -153,6 +153,7 @@ class Car {}

Program Options

A number of command-line options contol the operation of UMLGraph:
+
-output
Specify the output file name (default graph.dot).
-qualify
Produce fully-qualified class names.
-horizontal
Layout the graph in the horizontal direction.
-attributes
Show class attributes (Java fields) @@ -208,19 +209,22 @@ using @opt attributes on individual classes. In this case the @opt specification temporarily overrides the particular global setting for the class being processed. -

Availability

+

Download

UMLGraph is hereby made freely available as Open Source Software. You can download it in source and compiled format from the following links:

Version History

-
Version 1.20 2002/09/23
-Fixed bug in 1.19 with node font name specification. +
Version 1.23 2003/05/7
+Added -output command-line option, and an ant-based +build file. +Modified the dot output to avoid triggering a graphviz bug that made escape codes visible.
Version 1.20 2003/04/25
Fixes by Nick Efthymiou (thanks): @@ -589,7 +593,7 @@ Download the declarative specification, the generated <

$Id$
-(C) Copyright 2002 Diomidis D. Spinellis. +(C) Copyright 2002-2003 Diomidis D. Spinellis. May be freely uploaded by WWW viewers and similar programs. All other rights reserved.