Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-JSR-4
-
Fix Version/s: 1.0-JSR-6
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
AntBuilder fileScanner always returns empty iteration.
As a cause of this, groovy.util.FileNameFinder is no longer working.
This behaviour appeared right after the new Scoping.
It actually seems to be nested 'include' elements of 'fileset' that are not working and
when used with fileScanner make that fail.
fileset(dir:'.') { include(name:'*') }retrieves no files while
does.
_Accidentally writing 'include' instead of 'includes' stalled my machine_
fileset(dir:'.') { include(name:'*') }