Author: xavier
Date: Wed Jun 25 03:23:28 2008
New Revision: 671497
URL: http://svn.apache.org/viewvc?rev=671497&view=rev
Log:
document concurrency limitation (related to IVY-605)
Modified:
ant/ivy/core/trunk/doc/use/resolve.html
Modified: ant/ivy/core/trunk/doc/use/resolve.html
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/use/resolve.html?rev=671497&r1=671496&r2=671497&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/use/resolve.html (original)
+++ ant/ivy/core/trunk/doc/use/resolve.html Wed Jun 25 03:23:28 2008
@@ -95,6 +95,9 @@
<li>dynamic</li> In this mode the dynamic revision constraint (expressed with
the revConstraint attribute in the [[ivyfile/dependency]] element) is used.
</ul>
+<h2>Concurrency</h2>
+During resolve, Ivy creates a file in the [[configuration/caches resolution
cache]]. The creation of this file is not aimed to support concurrency, meaning
that you can't have two concurrent resolve of the same module, in the same
resolution cache, with the same resolveId.
+
<i>Note for developers:
After the call to this task, a reference to the module descriptor resolved is
put in the ant project under the id <code>"ivy.resolved.descriptor"</code>.</i>