You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: