In our environment, we end up with multiple workspaces (runk plus multiple branches).
We wish to separate our resolution caches, but share the actual cache.
So far, this is easy, but it requires hand-coding an identifier for the local resolution cache name (e.g., in ivysettings.local.xml), and obviously that's suboptimal, and has to be set up by hand for each branch (or workspace if we ever have more than one workspace per branch).
What we'd like to do is to make use of the workspace name (as though Eclipse provided a ${workspace_name}
variable), but that doesn't appear to be the case. I don't find anything like that in the list of available variables, and we don't see anything holding the workspace name when running ivy in the debugger.
I've looked at both of these questions, but neither seems to address this issue: