esteinberg / plantuml4idea

Intellij IDEA plugin for PlantUML
Apache License 2.0
629 stars 114 forks source link

Cannot include file #361

Open ismail261 opened 2 years ago

ismail261 commented 2 years ago

I get error in intellijidea saying "cannot include"

I have created a file in top folder commons/components.puml and it has startsub and endsub.

In my sequence diagrams I added "!includesub commons/components.puml!componentscommons" and it fails with relative path. Absolute path works "!includesub ../../../commons/components.puml!componentscommons"

Can anyone help with what setting I might be missing?

krasa commented 2 years ago

Does it work with the plantuml.jar itself via a command line?

../../../commons/components.puml is also a relative path...