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

AWS Library fails to work #25

Open
scbickle opened this issue Jul 18, 2019 · 1 comment
Open

AWS Library fails to work #25

scbickle opened this issue Jul 18, 2019 · 1 comment

Comments

@scbickle
Copy link

Using library extensions with a label throws a syntax error if a label is used. The first example from the https://github.com/milo-minderbinder/AWS-PlantUML/README.MD fails. This example works in other PlantUML tools.

@startuml
define AWSP https://raw.githubusercontent.com/milo-minderbinder/AWS-PlantUML/release/18-2-22/dist
!includeurl AWSP/common.puml
!includeurl AWSP/Storage/AmazonS3/AmazonS3.puml

AMAZONS3(s3_internal)
AMAZONS3(s3_partner,"Vendor's S3")
s3_internal <-- s3_partner

@enduml

This is the error message.

Screenshot 2019-07-18 at 16 57 05

@scbickle
Copy link
Author

Note '!' is missing from front of 'define' in the example I gave.

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

1 participant