java.lang.IllegalStateException for @startdot without installed Graphiz

0 votes
asked Mar 17, 2015 in Bug by krasa (820 points)
edited Mar 17, 2015 by krasa
version 8021
 
@startdot
digraph foo {
  node [style=rounded]
  node1 [shape=box]
  node2 [fillcolor=yellow, style="rounded,filled", shape=diamond]
  node3 [shape=record, label="{ a | b | c }"]
 
  node1 -> node2 -> node3
}
@enddot 
 
java.lang.IllegalStateException
at net.sourceforge.plantuml.cucadiagram.dot.AbstractGraphviz.createFile3(Unknown Source)
at net.sourceforge.plantuml.directdot.PSystemDot.exportDiagram(Unknown Source)
at net.sourceforge.plantuml.SourceStringReader.generateImage(Unknown Source)
at org.plantuml.idea.plantuml.PlantUml.render(PlantUml.java:169)
 
 
Strange that it does not show line numbers huh.

1 Answer

0 votes
answered Mar 19, 2015 by plantuml (295,000 points)
selected Jun 16, 2015 by krasa
 
Best answer
Hello,

Thanks for the feedback, it should be solved in last beta: https://dl.dropboxusercontent.com/u/13064071/plantuml.jar
...