You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2009/07/30 12:05:50 UTC

DO NOT REPLY [Bug 47607] copy task is inconsistent across platforms w.r.t creating missing target directories

https://issues.apache.org/bugzilla/show_bug.cgi?id=47607


Jon Seymour <jo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Jon Seymour <jo...@gmail.com>  2009-07-30 03:05:49 PST ---
This issue can be closed. 

The issue isn't as straightforward as initially described. The issue is
actually to do with the way different platforms handle leading slashes in a
list of words supplied to the includes attribute.

So, if includes="/2001/*.* /2002/*.* /2003/*.*" then on Windows this will match
subdirectories with the matching names e.e.g  somesubdir/2001/*.* but on Linux
it does not. Linux behaviour seems reasonable, Windows behaviour not.

AFAIC, this was a bug in the build.xml not in ant, so I am happy to close this.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.