Please disregard this mail, I have since discovered the conflict section
of the documentation and resolved this issue.
Jonathan.
On 06/06/2011 12:06, Jonathan Oulds wrote:
Hello all,
I am trying to express a dependency on two different versions of the
same module e.g.
<dependencies>
<dependency name="MySdk" rev="4.5.1067" conf="build->default"/>
<dependency name="MySdk" rev="4.6.1029" conf="build->default"/>
</dependencies>
Obviously this results in 4.5.1067 being evicted, however I require both
versions of the library for my build to succeed.
Can anyone suggest a way to solve this?
Many thanks
Jonathan Oulds