RE: Optional/conditional strict dependencies?

2014-07-11 Thread Greene, Hugh
Hi Marc, thanks for the reply, but overriding is definitely not what I want: ... we don't want to force conflicts to resolve to a specific version ... If - M says that it conditionally depends on P:1.5; - M depends on A:2.0; and - A:2.0 depends on P:1.1; then I want the build

Re: conflict-managers

2014-07-11 Thread wolfgang häfelinger
force = 'true' worked also for me. Nevertheless, Ivy demonstrates very nicely that even excellent software is nothing without proper documentation. On Tue, Jul 8, 2014 at 8:41 PM, Archie Cobbs arc...@dellroad.org wrote: Try using dependency force=true .. this works for me. -Archie

Re: Optional/conditional strict dependencies?

2014-07-11 Thread Marc De Boeck
Hi Hugh, I see. In that case, your solution with the marker configuration seems like a nice solution for your problem. I don't see directly another way to achieve what you want. Regards, Marc 2014-07-11 10:52 GMT+02:00 Greene, Hugh hgre...@tmvse.com: Hi Marc, thanks for the reply, but