Grapher issue: Error: <gvedit>: syntax error in line 3 near ','
Open
- Dominant language
- Java
- Stars
- 12.7k
- Forks
- 1.7k
- Avg merge
- 11m
- Merged PRs (30d)
- 2
Description
I used Guice's grapher to print .dot file (which dump dependency graph from xtext), and attempt to use graphviz to open it.
But the error occured:
Error: : syntax error in line 3 near ','
I installed graphviz-2.38.0, use guice com.google.inject_3.0.0.v201605172100.jar and guice-grapher-3.0.jar (from mvnrepository.com). My OS is windows7.
The .dot file looks good, is it possible because I am using the wrong Graphviz version?
Does anyone have the same problem as me? Or anyone can open this attachment file?
Thanks.
[MyDslGraph.zip](https://github.com/google/guice/files/1504039/MyDslGraph.zip)
Contributor guide
Assessment
This issue has not been assessed yet.