Closed mulya closed 10 years ago
You need to use doublequotes when calling from a shell: activator "dependency-graph --force"
.
The infinite operation is a known problem with dependency-graph
that hasn't been fixed yet, but which instead was hidden behind --force
not least for the reason that it doesn't complete in reasonable time for some graphs, so it probably is just a variant of #19.
@jrudolph Thanks for fast response. I tried activator "dependency-graph --force"
, but got infinite operation again.
@jrudolph Please let me know if i can help you somehow with this problem.
I don't think there's any quick solution available. It seems that the asciigraph dependency sbt-dependency-graph is using for rendering ASCII-graphs is currently just not capable of rendering big graphs.
You may want to look at the https://github.com/gilt/sbt-dependency-graph-sugar project which can render graphs directly to svg which should also be more easy digestible for bigger graphs. Also sbt-dependency-graph supports dot-output out-of-the-box which I also found quite nice to work with.
@jrudolph Ok, I'll try to figure out what to do
I've found this problem with my playframework 3.2.3 application.
Problem:
How to reproduce: