Author: hibou
Date: Sat Oct 9 09:51:59 2010
New Revision: 1006126
URL: http://svn.apache.org/viewvc?rev=1006126&view=rev
Log:
Add some lines about the dynamic resolve mode which may help the workspace resolver to work
nicely with local repositories
Modified:
ant/ivy/ivyde/trunk/doc/cpc/workspace.html
Modified: ant/ivy/ivyde/trunk/doc/cpc/workspace.html
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/cpc/workspace.html?rev=1006126&r1=1006125&r2=1006126&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/cpc/workspace.html (original)
+++ ant/ivy/ivyde/trunk/doc/cpc/workspace.html Sat Oct 9 09:51:59 2010
@@ -60,6 +60,12 @@ Having two projects "A" and "B" configur
<tr><td>[1.2,1.3)</td><td>$version</td><td>no project
wiring</td></tr>
</table>
+In some setup, if you want to mix some resolver of your own and the workspace resolver, and
still want the transitive dependencies work nicely between them, you may want to turn the
resolve mode to <a href="http://ant.apache.org/ivy/history/latest-milestone/use/resolve.html">dynamic</a>:
+<ul>
+ <li>see the defaultResolveMode attribute of <a href="http://ant.apache.org/ivy/history/latest-milestone/settings/settings.html">settings</a>
in the ivysettings.</li>
+ <li>see the resolveMode attribute of <a href="http://ant.apache.org/ivy/history/latest-milestone/settings/module.html">module</a>
in the ivysettings.</li>
+</ul>
+
</textarea>
<script type="text/javascript">xooki.postProcess();</script>
</body>
|