Github user jaikiran commented on the issue: https://github.com/apache/ant-ivy/pull/27 I forgot to include a sample of how the circular dependency is now going to be reported in the dependency tree output. Here's a sample of it: ``` [ivy:dependencytree] \- org.apache.xmlgraphics#batik-bridge;1.7 [ivy:dependencytree] | +- org.apache.xmlgraphics#batik-anim;1.7 [ivy:dependencytree] | | +- org.apache.xmlgraphics#batik-awt-util;1.7 [ivy:dependencytree] | | \- org.apache.xmlgraphics#batik-util;1.7 [ivy:dependencytree] | | +- org.apache.xmlgraphics#batik-dom;1.7 [ivy:dependencytree] | | | +- org.apache.xmlgraphics#batik-css;1.7 [ivy:dependencytree] | | | | +- org.apache.xmlgraphics#batik-ext;1.7 [ivy:dependencytree] | | | | \- xml-apis#xml-apis;1.3.04 [ivy:dependencytree] | | | | +- org.apache.xmlgraphics#batik-util;1.7 [ivy:dependencytree] | | | | +- xml-apis#xml-apis;1.3.04 [ivy:dependencytree] | | | \- xml-apis#xml-apis-ext;1.3.04 [ivy:dependencytree] | | | +- org.apache.xmlgraphics#batik-ext;1.7 [ivy:dependencytree] | | | \- xml-apis#xml-apis;1.3.04 [ivy:dependencytree] | | | +- org.apache.xmlgraphics#batik-util;1.7 [ivy:dependencytree] | | | +- org.apache.xmlgraphics#batik-xml;1.7 [ivy:dependencytree] | | | \- org.apache.xmlgraphics#batik-util;1.7 [ivy:dependencytree] | | | +- xalan#xalan;2.6.0 [ivy:dependencytree] | | | | +- xml-apis#xml-apis;1.3.04 [ivy:dependencytree] | | | +- xml-apis#xml-apis;1.3.04 [ivy:dependencytree] | | \- xml-apis#xml-apis-ext;1.3.04 [ivy:dependencytree] | | +- org.apache.xmlgraphics#batik-ext;1.7 [ivy:dependencytree] | | \- xml-apis#xml-apis;1.3.04 [ivy:dependencytree] | | +- org.apache.xmlgraphics#batik-parser;1.7 [ivy:dependencytree] | | | +- org.apache.xmlgraphics#batik-awt-util;1.7 [ivy:dependencytree] | | | \- org.apache.xmlgraphics#batik-util;1.7 [ivy:dependencytree] | | | +- org.apache.xmlgraphics#batik-util;1.7 [ivy:dependencytree] | | | \- org.apache.xmlgraphics#batik-xml;1.7 [ivy:dependencytree] | | | \- org.apache.xmlgraphics#batik-util;1.7 [ivy:dependencytree] | | +- org.apache.xmlgraphics#batik-svg-dom;1.7 [ivy:dependencytree] | | | +- (circularly depends on) org.apache.xmlgraphics#batik-anim;1.7 .... .... ``` Notice the last couple of lines in the snippet which reports a circular dependency in the output.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org