You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Pavel Sher (JIRA)" <ji...@apache.org> on 2008/04/26 14:28:55 UTC

[jira] Commented: (IVY-597) dependency @changing attribute has no effect (url resolver)

    [ https://issues.apache.org/jira/browse/IVY-597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592569#action_12592569 ] 

Pavel Sher commented on IVY-597:
--------------------------------

I experience the similar problems but with Ivy 2.0-beta2. I tried to specify changing="true" for dependency, as well as checkmodified="true" changingPattern=".*" changingMatcher="regexp" for resolvers/url tag in ivyconf.xml. But in either cases it looks like Ivy does not do any attempt to check last modified date. I expected that URL resolver will send HEAD request to check last modified date, but if Ivy cache contains necessary files I never see such requests.

> dependency @changing attribute has no effect (url resolver)
> -----------------------------------------------------------
>
>                 Key: IVY-597
>                 URL: https://issues.apache.org/jira/browse/IVY-597
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.4.1
>            Reporter: Eric Jain
>             Fix For: 2.0
>
>
> I have a config where the changing=true works as expected (artifact re-retrieved if changed, even if version number unchanged) with the file system resolver, but when I switch to the url resolver, I always get the artifact from the ivy cache (even though it has been updated on the web server)...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.