Question about Archimate.puml and Rel_Association_dir [stdlib][archimate]

0 votes
asked Jan 20, 2021 in Question / help by The-Lu (63,920 points)

Hello PlantUML team,

After some today's tests with Archimate, I have got some questions:

  • If plantuml-stdlib doesn't have the last, could you perhaps update them?

For example, is it possible to use 'Rel_Association_dir'?
['Rel_Association_dir' seems to be on 'ebbypeter' repo., but not on 'plantuml' repo., why this difference?]

Currently, we observe this issue on PlantUML online server:

Rel_Association : OK

@startuml
!include <archimate/Archimate>
() a
() b
Rel_Association(a, b, "Association")
@enduml
Rel_Association_dir : KO

@startuml
!include <archimate/Archimate>
() a
() b
Rel_Association_dir(a, b, "Association_dir")
@enduml

Thanks for your precisions,
Regards,
Th.

1 Answer

0 votes
answered Mar 29, 2021 by The-Lu (63,920 points)
 
Best answer

Hello all,

// It's Monday review... //

This is corrected on V1.2021.3 (22 Mar, 2021).
See: https://forum.plantuml.net/13415/function-containerdb-rendering-deployment-diagram-plantuml?show=13477#c13477

Thanks for your works,

Regards,
Th.

...