-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for not installed graphviz (dot) #322
Comments
May be the ASP can be adapted to accept environment variables in ASP would set this if configured:
What do you think? |
Sorry for the late response - I was very busy. Your suggestion should solve the problem. |
Currently still busy because auf #333 and porting all my plugins... After this has been done I will concentrate on solving issues on asciidoctor editor ... |
Hm... Asciidoctor intelliJ seems to do it this way: |
With https://github.com/de-jcup/asp/releases/tag/v1.3.0 ASP server can now be started with custom environment entries. |
Either implementation has a configuration page for custom environment entries (in this case ASP and CLI variant must both provide all user entries) - or a dedicated GraphViz preference entry will be set (also in this case ASP and CLI variant are necessary). |
The solution with Env varibale is also valid and is used in eclox plugin and other doxygen / graphviz / dot related tools. Here the customized location without system Env-entry is usefull for multiple Eclipse distributions with all the tools "embedded"... |
Can we set this manually in a preference file form workspace? |
I created #369 to provide custom environment entries for ASP and also for installed asciidoctor. |
Hmm... after some tests before releasing, there are some odd situations:
|
Seems to be necessary to treat the GRAPHVIZ_DOT variable special in ASP. So must wait for de-jcup/asp#44 |
We are facing this problem with own distributions without installed graphviz, but delivered with eclipse e.g. in tools folder.
We do not want to add this to Windows system or user PATH as our Eclipse distibution contains all tools.
Would it be possible to configure the path to dot like it's possible in PlantUML plugin also for AsciiDoctor:
Thanks!
The text was updated successfully, but these errors were encountered: