IBiblio central resolver does not take http_proxy parameters into account

2016-06-02 Thread Ion Alberdi
Hello to all, after debugging an issue in SPARK (https://issues.apache.org/jira/browse/SPARK-11085) I wonder whether there isn't a bug in ivy. In https://github.com/apache/spark/blob/0a3026990bd0cbad53f0001da793349201104958/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala#L904 we

Re: Substituting modules transitively?

2016-06-02 Thread Miles Sabin
I wrote, > I'm using Ivy programmatically (in the context of SBT) and I need to > be able to transitively substitute a small set of modules with a > compatible set which have a different organisation, but which share > artifact names, revisions etc. Replying to my own question, this can be done