Did you mean:

1. Filling the url attribute inside the <ivy:settings> tags doesn't work.

Or

2. Setting the property ivy.settings.url before calling <ivy:settings>
doesn't work?


In the first case, that would be a blocking issue.  

In the second case, it is still a regression (I think it was working before,
maybe you can confirm in which versions) and you can raise an issue.  But
there is simple workaround.  Use <ivy:settings url="${ivy.settings.url}">


Note that you didn't see any call to IvyAntSettings.setUrl() because this
method is invoked by ant when you fill the url attribute inside the tag.  


Thanks for your feedback.

Gilles

> -----Original Message-----
> From: Ignacio Coloma [mailto:[EMAIL PROTECTED]
> Sent: mardi 24 juillet 2007 11:23
> To: ivy-user@incubator.apache.org
> Subject: Is remote (url instead of file) ivysettings broken?
> 
> Hi, it seems that ivy.settings.url is broken. I try to configure it
> and nothing happens.
> 
> Searching the code, it seems that both IvyAntSettings.setUrl() and
> IvyConfigure.setUrl() are only used from testcases.
> 
> Some of the plumbing to enable an ivysettings url is there, but it's
> still unconnected. Am I wrong?
> 
> Regards,
> 
> Ignacio.

Reply via email to