google-code-export / umple

Automatically exported from code.google.com/p/umple
1 stars 0 forks source link

Missing dot library (Graphviz) error shown when state machine syntax is wrong. #676

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The error in question is:

    dot (part of GraphViz) does not appear to be installed on the server
    in /usr/local/bin/dot

And it will appear with some invalid state machine code when generating 
Graphviz State Machines.

An example:

class StateMachineFun {
  sm {
    s1 {

  //There should be a '}' here
}

The missing curly brace makes a appropriate error appear:

    Error on line 1 : Parsing error: Structure of 'class' invalid. More
    information (1502)

But it also has the missing library error in the main diagram pane.

Original issue reported on code.google.com by CraigBry...@gmail.com on 9 Feb 2015 at 1:18

GoogleCodeExporter commented 9 years ago

Original comment by CraigBry...@gmail.com on 22 Feb 2015 at 5:11