Re: Chain with resolver doesn't work

2012-03-06 Thread Kirby Files
You have a syntax error. should be And yes, the chain should be listed after the resolvers which it references. You should decide if you want the chain to process the resolvers strictly in the order listed, or find the "best" matching module. I use personally. Thanks, --- Kirby Files S

Re: Chain with resolver doesn't work

2012-03-06 Thread Jasper Floor
You make me feel stupid because I didn't try that. Unfortunately it doesn't help. mvg, Jasper On Tue, Mar 6, 2012 at 5:02 PM, David Haynes wrote: > Try putting your ibiblio declarations before the chain declarations. > > On Tue, Mar 6, 2012 at 11:00 AM, Jasper Floor wrote: > >> Hi, >> >> I have

Re: Chain with resolver doesn't work

2012-03-06 Thread David Haynes
Try putting your ibiblio declarations before the chain declarations. On Tue, Mar 6, 2012 at 11:00 AM, Jasper Floor wrote: > Hi, > > I have a problem in my settings. I have the settings loaded from an > ant task. Eventually I want to load them from a central location for > all projects but curren

Chain with resolver doesn't work

2012-03-06 Thread Jasper Floor
Hi, I have a problem in my settings. I have the settings loaded from an ant task. Eventually I want to load them from a central location for all projects but currently it is just from the file system. The problem I am having is that my chain resolver isn't working. Basically a with elements do

ivy:install

2012-03-06 Thread Nihal Sinha
Greetings all, I have a few changes to propose to ivy:install: 1.) Allow specification of configuration when downloading artifacts ( https://issues.apache.org/jira/browse/IVY-1313) By default, ivy:install downloads all (*) configurations of the module(s) specified. In my current consulting as

Re: resolve different dependencies from different locations

2012-03-06 Thread Jasper Floor
I see. I think then that I have some more reading to do as I obviously was mistaken about what modules did. thanks for the answers. mvg, Jasper On Tue, Mar 6, 2012 at 8:24 AM, marcdb wrote: > > You can specify in your ivysettings the resolver that should be used for each > module. > For example