archi-contribs / jarchi-single-page-html-export

Generate a single-page HTML export from Archi
23 stars 6 forks source link

I cannot generate the export using this script. #19

Open TiboG12 opened 9 months ago

TiboG12 commented 9 months ago

Hello,

sorry to disturb.

as I am a total noob in computer sciences, I may sound dumb. I tried this script to generate a HTML report by selecting folders in the tree on jArchi and got error messages. I added in DIR the path where the folders are registered (Archi/scripts). Then, I got this message : javax.script.ScriptException: java.io.FileNotFoundException: C:\Users\Tibo\Documents\Archi\model-repository\architecture\Documents\Archi\scripts\jarchi-single-page-html-export-master\jarchi-single-page-html-export-master\resources\roboto.css (Le chemin d’accès spécifié est introuvable) at java.base/java.io.FileInputStream.open0(Native Method) at java.base/java.io.FileInputStream.open(Unknown Source) at java.base/java.io.FileInputStream.(Unknown Source) at java.base/java.io.FileInputStream.(Unknown Source) at java.base/sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)

Indeed, the css is also in the Archi/scripts and not in the path we can read on the error message.

How can I run this script correctly ? Thank you for your help.

Thibault