mirror of https://github.com/dspinellis/UMLGraph
Provide some guidance, when dot fails.
This commit is contained in:
parent
c8dec47886
commit
044f614ff9
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue