conflict-managers

2018-07-10 Thread sumeet tyagi
Please try below in ivy.xml not in ivysettings.xml as it works for me. Sent from Mail for Windows 10

Re: conflict-managers

2014-07-11 Thread wolfgang häfelinger
this? According to Ivy's documentation (*), I should be able to plugin a conflict-manager named all [1]. So I gave this settings file a try: == ivysettings.xml == ivysettings conflict-managers all / /conflict-managers /ivysettings This gave me the somewhat

conflict-managers

2014-07-08 Thread wolfgang häfelinger
a try: == ivysettings.xml == ivysettings conflict-managers all / /conflict-managers /ivysettings This gave me the somewhat unexpected error: *Exception in thread main java.text.ParseException: failed to load settings from file:settings.xml: no appropriate method found for adding

Re: conflict-managers

2014-07-08 Thread Archie Cobbs
- but that's another story). How can I do this? According to Ivy's documentation (*), I should be able to plugin a conflict-manager named all [1]. So I gave this settings file a try: == ivysettings.xml == ivysettings conflict-managers all / /conflict-managers /ivysettings

Re: Overriding module-defined conflict managers

2014-06-24 Thread Zac Jacobson
is for it to resolve conflicts by always just taking the latest revision. Setting “latest-revision” to the default conflict manager in the ivysettings.xml does not work. Is there any way to override the conflict managers defined in the ivy.xml? Thanks!

Overriding module-defined conflict managers

2014-06-23 Thread Matt Dee
manager in the ivysettings.xml does not work. Is there any way to override the conflict managers defined in the ivy.xml? Thanks!

Re: Conflict managers - using revConstraints?

2009-03-26 Thread Stephen Woods
: Conflict managers - using revConstraints? I have some questions about conflict managers... Here's my situation - Module A has a dependency to Spring revision [2.0.2, )... essentially indicating that it can use version 2.0.2 or later of Spring. - Module A is published to a shared

Conflict managers - using revConstraints?

2009-03-25 Thread Stephen Woods
I have some questions about conflict managers... Here's my situation - Module A has a dependency to Spring revision [2.0.2, )... essentially indicating that it can use version 2.0.2 or later of Spring. - Module A is published to a shared repository, and the revision is set to 2.5.6