You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Ilya (JIRA)" <ji...@apache.org> on 2015/02/24 21:54:04 UTC

[jira] [Updated] (IVY-1515) useCacheOnly should allow lookup of changing dependencies in cache

     [ https://issues.apache.org/jira/browse/IVY-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilya updated IVY-1515:
----------------------
    Description: 
If useCacheOnly is set, and there are changing dependencies, resolution always fails with the following messages in the log:

{noformat}
resolver: Checking cache for: dependency: group#artifact;1.0.0-SNAPSHOT {default=[default]}
don't use cache for group#artifact;1.0.0-SNAPSHOT: changing=true
	repository (useCacheOnly) : no ivy file found for group#artifact;1.0.0-SNAPSHOT
{noformat}

I would like to ask to allow cache usage when useCacheOnly=true and changing=true.

  was:
If useCacheOnly is set, and there are changing dependencies, resolution always fails with the following messages in the log:

resolver: Checking cache for: dependency: group#artifact;1.0.0-SNAPSHOT {default=[default]}
don't use cache for group#artifact;1.0.0-SNAPSHOT: changing=true
	repository (useCacheOnly) : no ivy file found for group#artifact;1.0.0-SNAPSHOT

I would like to ask to allow cache usage when useCacheOnly=true and changing=true.


> useCacheOnly should allow lookup of changing dependencies in cache
> ------------------------------------------------------------------
>
>                 Key: IVY-1515
>                 URL: https://issues.apache.org/jira/browse/IVY-1515
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.4.0
>         Environment: Linux 3.13.0-45-generic #74-Ubuntu SMP Tue Jan 13 19:36:28 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
> java version "1.7.0_76"
> Java(TM) SE Runtime Environment (build 1.7.0_76-b13)
> Java HotSpot(TM) 64-Bit Server VM (build 24.76-b04, mixed mode)
>            Reporter: Ilya
>
> If useCacheOnly is set, and there are changing dependencies, resolution always fails with the following messages in the log:
> {noformat}
> resolver: Checking cache for: dependency: group#artifact;1.0.0-SNAPSHOT {default=[default]}
> don't use cache for group#artifact;1.0.0-SNAPSHOT: changing=true
> 	repository (useCacheOnly) : no ivy file found for group#artifact;1.0.0-SNAPSHOT
> {noformat}
> I would like to ask to allow cache usage when useCacheOnly=true and changing=true.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)