https://issues.apache.org/bugzilla/show_bug.cgi?id=54077
Stefan Bodewig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Stefan Bodewig <[email protected]> --- You must wrap the <filename> selectors inside an <or> container. fileset forms an implicit <and> for your selectors and the file obviously doesn't match both selectors at the same time. The manual says "If any of the selectors within the FileSet do not select the file, the file is not considered part of the FileSet." which is what happens in your testcase. -- You are receiving this mail because: You are the assignee for the bug.
