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 daccè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.
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 daccè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