Someone might look at the Gradle graph code. It prints out a decent ascii format. It might be something from Ivy.
-- Brian On Oct 12, 2014, at 4:24 PM, Kevin Burton <[email protected]> wrote: > Yeah.. I think your right. I was thinking that one way to mitigate this is > to dump the graph file if you fail to start. Then you can just view this on > your workstation. > > On Sunday, October 12, 2014 2:37:44 PM UTC-7, Tavian Barnes wrote: > A DAG is not necessarily planar as it may have undirected cycles. > > Anyway I presume this doesn't exist just because rendering graphs is fairly > difficult and it's easier to rely on GraphViz to do it. And a complicated > hierarchy would be hard to read from the console. > > On Friday, 3 October 2014 17:18:29 UTC-4, Kevin Burton wrote: > on startup it would be nice to graph the dependencies of a daemon so I can > see what the injection looks like. > > I noticed there was a GraphViz module... > > But this requires the Linux C binary and I'd like to not have to require > packages. > > IS there a way to render this just with Java to textual representation? > > Is it not possible to render because it may not be a planar graph? > > I would have assumed that you must setup your dependencies so it's a DAG with > no cycles. > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "google-guice" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-guice. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-guice/ff9b1c34-fae1-427e-8c8b-7a0f1e90f3ed%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice. To view this discussion on the web visit https://groups.google.com/d/msgid/google-guice/74B1D6C2-FA73-45BB-82EB-8228A58187DD%40pontarelli.com. For more options, visit https://groups.google.com/d/optout.
