You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Maarten Coene (JIRA)" <ji...@apache.org> on 2008/06/13 23:21:44 UTC

[jira] Resolved: (IVY-840) Wrong check for defaultCacheArtifactPattern

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

Maarten Coene resolved IVY-840.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-RC1
         Assignee: Maarten Coene

Fixed in SVN trunk.
Thanks for reporting!

> Wrong check for defaultCacheArtifactPattern
> -------------------------------------------
>
>                 Key: IVY-840
>                 URL: https://issues.apache.org/jira/browse/IVY-840
>             Project: Ivy
>          Issue Type: Bug
>    Affects Versions: 2.0.0-beta-2
>            Reporter: Hans Dockter
>            Assignee: Maarten Coene
>             Fix For: 2.0-RC1
>
>
> In the class {{IvySettings}} there is the following method:
> {code:java}
> public void setDefaultCacheArtifactPattern(String defaultCacheArtifactPattern) {
>         CacheUtil.checkCachePattern(defaultCacheIvyPattern);
>         this.defaultCacheArtifactPattern = defaultCacheArtifactPattern;
> }
> {code}
> I guess it should be: {{CacheUtil.checkCachePattern(defaultCacheArtifactPattern);}}

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