Simple Activity (beta) does not work

0 votes
asked Feb 18, 2013 in Bug by anonymous
Hi,

I tried the example activity diagram in the beta syntax. But it is reporting a syntax error.

$ cat flowchart.txt
@startuml

:Hello world;

:This is on defined on
several <b>lines;

@enduml
$ echo $GRAPHVIZ_DOT
/usr/local/bin/dot

$ java -jar plantuml.jar flowchart.txt
@startuml

:Hello world;
^^^^^^^^^^^^^
 Syntax Error?
$
 

I am using Mac OS X.

Please help.

Thanks,

Karthick S.

1 Answer

0 votes
answered Feb 18, 2013 by anonymous
Found the problem. I was using an older version of the jar.

Can someone please update the documentation on the version requirements of plantuml for using the new syntax?

Thanks,

Karthick S.
commented Feb 18, 2013 by plantuml (295,000 points)
Right, the documentation has been updated.
Regards,
...