You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by xa...@apache.org on 2008/06/25 12:43:33 UTC

svn commit: r671502 - /ant/ivy/core/trunk/doc/use/repreport.html

Author: xavier
Date: Wed Jun 25 03:43:33 2008
New Revision: 671502

URL: http://svn.apache.org/viewvc?rev=671502&view=rev
Log:
document limitation with organisation token (related to IVY-528)

Modified:
    ant/ivy/core/trunk/doc/use/repreport.html

Modified: ant/ivy/core/trunk/doc/use/repreport.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/use/repreport.html?rev=671502&r1=671501&r2=671502&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/use/repreport.html (original)
+++ ant/ivy/core/trunk/doc/use/repreport.html Wed Jun 25 03:43:33 2008
@@ -34,6 +34,7 @@
 Usually the most useful report is a graph, you can generate either a graphml file that you can then easily <a href="../yed.html">layout using yEd</a>, or a dot file which is the format recognized by graphviz, which is a free tool which does automatic graph layout, and can thus be used to generate automatically a GIF or PNG of the dependencies between all your modules.
 
 <strong>Limitation</strong>: this task requires to be able to browse the repository, and is thus limited to resolvers supporting repository listing. In particular, it means it doesn't work to report all organizations in a repository using m2compatible mode.
+Moreover, to be able to list organizations, this task requires an [organisation] token in the resolver(s) used.
 
 <table class="ant">
 <thead>