[
https://issues.apache.org/jira/browse/IVY-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611242#action_12611242
]
Scott Hebert commented on IVY-479:
----------------------------------
Hi,
I was wondering if any work has been done on this issue.
If not, can someone give me some pointers on how I can go about making this
improvement in IVY.
Thanks,
Scott
> Latest Strategies does not work in off-line situations.
> -------------------------------------------------------
>
> Key: IVY-479
> URL: https://issues.apache.org/jira/browse/IVY-479
> Project: Ivy
> Issue Type: Improvement
> Components: Core
> Affects Versions: 1.4.1
> Environment: Fedora Core 6
> Ant 1.6.5
> Reporter: Matt Inger
>
> When resolving something like the following:
> <ivy:cachefileset setid="my.fileset" organisation="apache" module="log4j"
> revision="latest.integration" inline="true" />
> OR
> <ivy:cachefileset setid="my.fileset" organisation="apache" module="log4j"
> revision="1.2.+" inline="true" />
> This works fine if I am connected to the network. However, if I disconnect
> from the network, it no longer
> functions properly, eventually timing out on the URL resolvers configured in
> my ivyconf.xml file. If i replace
> the "revision" with an absolute revision (such as "1.2.8") this works just
> fine when not connected to the network.
> In my opinion, if you cannot connect to the network, the latest strategies
> should be able to fall back to computing
> the latest revision based on the cache only.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.