That is unusual, you should be able to specify two different configurations
like
<dependencies>
 <dependency name="MySdk" rev="4.5.1067" conf="builda->default"/>
 <dependency name="MySdk" rev="4.6.1029" conf="buildb->default"/>
</dependencies>

On Mon, Jun 6, 2011 at 6:06 AM, Jonathan Oulds <jonathan_ou...@mcafee.com>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
>
>

Reply via email to