[
https://issues.apache.org/jira/browse/IVY-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Trump updated IVY-1163:
-----------------------------
Attachment: ivy-1163-r902503.patch
patch with failing test case and a proposed fix.
> add ability to programmatically change default resolver
> -------------------------------------------------------
>
> Key: IVY-1163
> URL: https://issues.apache.org/jira/browse/IVY-1163
> Project: Ivy
> Issue Type: Improvement
> Components: Core
> Affects Versions: 2.1.0
> Reporter: Jason Trump
> Priority: Minor
> Attachments: ivy-1163-r902503.patch
>
>
> I would like the ability to change the default resolver programmatically.
> For example, from an Ant task. The API exists for this
> (IvySettings.setDefaultResolver), but it does not work reliably. The fix
> looks pretty easy.
> When you call IvySettings.setDefaultResolver, it changes the value of
> "defaultResolverName", of type String. However, it doesn't change the cache
> variable "defaultResolver". So if you've called
> IvySettings.getDefaultResolver once, it will always return the original
> value, even if you later try to change it with setDefaultResolver.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.