entity description fails in deployment beta

0 votes
asked May 4, 2017 in Bug by Bryan (340 points)

(Using 1.2017.13beta5)

The following works:

@startuml
control ABC [
 details
]
@enduml

The following doesn't:

@startuml
entity ABC [
 details
]
@enduml
 
(Generates one of the cool java stack trace images)

 

 

 

1 Answer

0 votes
answered May 4, 2017 by plantuml (294,960 points)
selected May 4, 2017 by Bryan
 
Best answer
Thanks for the report!

This one was easy to fix.

You can use last beta https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0

Glad that you like our error system :-)
...