closed sequence double arrow fails for explicit participants

0 votes
asked Feb 25, 2015 in Bug by anonymous
closed Feb 25, 2015

the correct image is produced, when compiling

@startuml
A <-> B : double arrow label
@enduml

However when the participants are defined before (e.g. with a longer name), the application reports a "Syntax Error?"

@startuml
participant "part. A" as A
participant "part. B" as B
A <-> B : double arrow label
@enduml

 
closed with the note: problem resides in old version (7707), a version that did not yet gave feedback what version it is.

1 Answer

0 votes
answered Feb 25, 2015 by plantuml (294,960 points)

Thanks for the report. However, which version of PlantUML are you using ?

It seems to work with the last version:

commented Feb 25, 2015 by anonymous
hmmm.
seems I was using an old version (result of looking for "ubuntu precise" and "plantuml" combo, got a debian package,... that apparently was something like version 7707-1.

downloaded from your site now, and problem is indeed fixed.
sorry for the fuss.
...