Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in listing gcp/Networking/all.puml #103

Open
jcralbino opened this issue Apr 23, 2024 · 1 comment
Open

Error in listing gcp/Networking/all.puml #103

jcralbino opened this issue Apr 23, 2024 · 1 comment

Comments

@jcralbino
Copy link

jcralbino commented Apr 23, 2024

When trying to list all sprites in gcp/Networking/all there is an error

This code:

@startuml
!include <gcp/Networking/all>
listsprites
@enduml

results in
image

Using PlantUML version 1.2024.4

@The-Lum
Copy link
Collaborator

The-Lum commented Apr 23, 2024

Hello @jcralbino,

Similar to:

In order to use gcp/Networking/all, you must to include gcp/GCPCommon, as:

@startuml
!include <gcp/GCPCommon>
!include <gcp/Networking/all>
listsprites
@enduml

Enjoy,
Regards,
Th.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants