Hi everyone!
I have following files:
x.uml
config.cfg(or wsd)
subconfig.cfg(or wsd )
from config.cfg i only include subconfig file which contains skinparameters and nothing else.
When i include config.cfg file from x.uml it is working and the output has required skin params, but when i call command without including in x.uml
java -jar plantuml.jar -config "./config.cfg" x.uml
output doesn't contain required parameters and throws following error:
Error line 0 in file: path/to/x.uml
Some diagram description contains errors
Please, tell me how does include works in this case and how can i solve this?
Thank you in advance