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.