-
Notifications
You must be signed in to change notification settings - Fork 114
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
Grouping functions do not work #386
Comments
Are you on mac? Related: #261 Works fine for me on Windows 10 |
yes, I'm on mac |
could you try it from the command line with the JetBrains JRE? |
This command exits silently without any output and it does not generate the output png.
|
Also, adding the following line solves the issue:
|
Strange. Running with no arguments should show you a GUI, maybe then you would see the error....
|
I can confirm this when trying to render a diagram which uses the C4 templates. |
The provided sample code is not rendered in intellij, but rendered fine from command line.
intellij version: 2023.1
planuml plugin version: 5.23.0
`@startuml sg_test
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v15.0/dist
!include AWSPuml/AWSCommon.puml
!include AWSPuml/Containers/Fargate.puml
!include AWSPuml/Groups/SecurityGroup.puml
SecurityGroupGroup(sg,"SG test") {
Fargate(test_app, "TestApp","")
}
@enduml`
The text was updated successfully, but these errors were encountered: