[
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.