Provide some guidance, when dot fails.

This commit is contained in:
Diomidis Spinellis 2007-11-28 20:24:58 +00:00
parent c8dec47886
commit 044f614ff9
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ public class UmlGraphDoc {
root.printWarning("Errors running Graphviz on " + dotFile);
} catch (Exception e) {
e.printStackTrace();
System.err.println("Ensure that dot is in your path and that its path does not contain spaces");
}
}