nidi3 / graphviz-java

Use graphviz with pure java
Apache License 2.0
937 stars 107 forks source link

log the file link #167

Closed LinWanCen closed 4 years ago

LinWanCen commented 4 years ago

log lik this:

executing command [cmd, /C, dot.exe -Kdot -Tsvg C:\Users\linwc\AppData\Local\Temp\GraphvizJava\DotEngine8502658656611054023\dotfile.dot -ooutfile.svg]
code: file:///C:/Users/linwc/AppData/Local/Temp/GraphvizJava/DotEngine8502658656611054023/dotfile.dot
img: file:///D:/IT/DEV/WorkSpace/github/Lin-WanCheng/code-tools/pom.svg

convenient in most cases, for example IDE, Remember to replace the right slash

log the file link

nidi3 commented 4 years ago

Added this. Though I'm not sure about the correct format on windows.

nidi3 commented 4 years ago

See version 0.16.3

LinWanCen commented 4 years ago

thanks~It is available. By the way, my code here seems to generate the dot file twice instead of generating the dot file once and then calling the command twice. image