bakunin95 / wavi

Web Application Viewer - generate class diagram for web application
Other
145 stars 23 forks source link

not sure if bug or just stupid #11

Open murphy1312 opened 8 years ago

murphy1312 commented 8 years ago

but whatever i do, i always get "The path doesn't exist or is empty !" error message. Is there anything to know about this, im using Ubuntu 15.04 and graphviz is installed. For example, the html file is in my home directory and I checked with nano that there is rly the html file under this path. sudo nodejs /usr/bin/wavi --svg /home/murphy/Whiteboard_eu.html result.svg

bakunin95 commented 8 years ago

The path needs to be a directory and all file in it will be analyzed.

for example: sudo nodejs /usr/bin/wavi --svg /home/murphy result.svg

But i think it would be better to copy your html to a new folder if there are alot of html and js files in /home/murphy.

murphy1312 commented 8 years ago

oh yeah. i didnt know that it should be a directory, thank you.

luisrgpt commented 8 years ago

I've also a 'The path doesn't exist or is empty !'. In my case, the program can't find the result.svg file.