archimatetool / archi

Archi: ArchiMate Modelling Tool
https://www.archimatetool.com
MIT License
914 stars 267 forks source link

Creating HTML report with CLI #980

Closed oozpostaci closed 8 months ago

oozpostaci commented 8 months ago

Hello , I am using the following code to produce html report : Archi -application com.archimatetool.commandline.app -consoleLog -nosplash --modelrepository.cloneModel https://xxxx/kurumsal_mimari_modeli.git --modelrepository.loadModel /model/ --modelrepository.userName xxxx --modelrepository.passFile c:\dosya\dosya.txt --html.createReport c:\archi4\ -p

if elements have property then command gives an error :

context [/modelreport /expandFolder /_sub1 /expandFolder /_sub1 /expandFolder /_sub2 /classesFromProperties /_sub3] 1:25 no such template: /IGNOREERROR [HTMLReport] Report generated!

After this error index.html file size is 0 so I cant see report.

can you help me ? Thanks

Phillipus commented 8 months ago

Please see #981. The report should still work, though.

oozpostaci commented 8 months ago

thank you very much for fast reply.