closed Config file doesn't include another config file using command line

0 votes
asked Oct 17, 2017 in Wanted features by tatevik (180 points)
closed Nov 7, 2017 by plantuml
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

2 Answers

0 votes
answered Nov 6, 2017 by plantuml (294,660 points)
Can you send us your file by email ? It would help to understand the issue.

Thanks
0 votes
answered Nov 7, 2017 by plantuml (294,660 points)
...