https://issues.apache.org/bugzilla/show_bug.cgi?id=49596
--- Comment #1 from Stefan Bodewig <[email protected]> 2010-08-07 15:28:33 EDT --- Created an attachment (id=25861) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25861) more complete testcase The attachment is your originial build file plus a mkdir and three touch-tasks to set up the environment. Things are different on Windows than Unix and this is to be expected. On Unix the leading slash turns the patterns into absolute paths and so they are mo longer resolved relative to ${input_place}. You don't expect to match anything with slashes and expect beta.txt and gamma.txt to be matched without the leading slashes and this is just what happens. On Windows I've replaced /tmp with C:/temp and I get the same result - beta.txt and gamma.txt with and without leading slashes. I cannot reproduce what you describe. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
