Quoting teknokrat <[EMAIL PROTECTED]>:

I need to to have multiple versions of the same jars available. When I
use Ivy it downloads the jars but evicts all the previous versions. How
can I tell ivy to just allow anything?

The "all" conflict manager is supposed to do that, but I have never tried it myself. Something along the lines of:
<conflict-managers>
  <all name="noconflicts" />
</conflict-managers>

HTH.
--
Jing Xue


Reply via email to