davecahill / ivyidea

Automatically exported from code.google.com/p/ivyidea
0 stars 0 forks source link

Cannot set resolve mode #142

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, I have a problem: IvyIDEA is extremely slow.
Its resolve is 10 times as slow as Ant command line's.
I investigated a bit, and the cause was, IvyIDEA set resolveOptions#resolveMode 
null.

I checked out the repository and modified IvyIDEA, then experimented.
[time of IvyIDEA->resolve]
resolveMode = null: 443297ms
resolveMode = "default": 59337ms

So I want to set it "default", but I could not find the way to achieve that.
Is there a way? Or can I contribute?
Thanks!

(FYI: When resolveMode is set to null, Ivy refers to ivysettings.xml. And 
actually the look-up is the bottleneck, as far as I investigated)

Original issue reported on code.google.com by koi...@indeed.com on 6 Jul 2015 at 5:51