You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Gilles Scokart (JIRA)" <ji...@apache.org> on 2008/03/07 14:39:47 UTC

[jira] Created: (IVY-759) cachefileset doesn't support directory name starting with the same characters

cachefileset doesn't support directory name starting with the same characters
-----------------------------------------------------------------------------

                 Key: IVY-759
                 URL: https://issues.apache.org/jira/browse/IVY-759
             Project: Ivy
          Issue Type: Bug
    Affects Versions: 2.0.0-beta-2
            Reporter: Gilles Scokart
            Assignee: Gilles Scokart
            Priority: Critical
             Fix For: 2.0-RC1


if you your cache file set should reference something like this :
.ivy/cache/orgXXXXX/mod/x.jar
.ivy/cache/orgYYYYY/mod/y.jar

the obtained fileset will incorrectly point to a fileset with the base directory being : ".ivy/cache/org" (which didn't exists).

 


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


[jira] Resolved: (IVY-759) cachefileset doesn't support directory name starting with the same characters

Posted by "Gilles Scokart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilles Scokart resolved IVY-759.
--------------------------------

    Resolution: Fixed

> cachefileset doesn't support directory name starting with the same characters
> -----------------------------------------------------------------------------
>
>                 Key: IVY-759
>                 URL: https://issues.apache.org/jira/browse/IVY-759
>             Project: Ivy
>          Issue Type: Bug
>    Affects Versions: 2.0.0-beta-2
>            Reporter: Gilles Scokart
>            Assignee: Gilles Scokart
>            Priority: Critical
>             Fix For: 2.0-RC1
>
>
> if you your cache file set should reference something like this :
> .ivy/cache/orgXXXXX/mod/x.jar
> .ivy/cache/orgYYYYY/mod/y.jar
> the obtained fileset will incorrectly point to a fileset with the base directory being : ".ivy/cache/org" (which didn't exists).
>  

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