You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by Zmaj <mu...@gmx.de> on 2007/08/09 11:31:45 UTC

Re: eviction disabling possible with conflict manager?

After slleping and reading some issues on conflict manager here i found out
it's as 
simple as that : specify your own conflict manager.

e.g

 <conflicts>
        <manager name="myManager" module="antlr" rev="2.7.6,3.0ea8" />
 </conflicts>  
-- 
View this message in context: http://www.nabble.com/eviction-disabling-possible-with-conflict-manager--tf4238909.html#a12069261
Sent from the ivy-user mailing list archive at Nabble.com.


Re[2]: eviction disabling possible with conflict manager?

Posted by Dmitriy Korobskiy <dk...@gmail.com>.
Hi, Zmaj
Re: your e-mail from Thursday, August 9, 2007 5:31 AM

> After slleping and reading some issues on conflict manager here i found out
> it's as 
> simple as that : specify your own conflict manager.

> e.g

>  <conflicts>
>         <manager name="myManager" module="antlr" rev="2.7.6,3.0ea8" />
>  </conflicts>  

Exactly. You can use "all" conflict manager which would work with dynamic
revisions:

<conflicts>
    <manager org="antlr" module="antlr" name="all"/> <!-- Do not evict artifacts from different revisions: see dependencies -->
</conflicts>

Also, you'd need to make sure that revision is present in retrieved artifacts.

Dmitriy <1-127-441 @ICQ, DKroot @Skype>
<DKroot1 @AIM, dkroot1_at_gmail_dot_com @Google Talk or @MSN, dk_root @Yahoo>