Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Operating System: All
Platform: PC
-
32356
Description
Filesets in VFS tasks are not consistent with ANT filesets.
I've upgraded the AbstractSyncTask for a minimum of compatibility with ANT
filesets to support /**.
This also fix a bug that it was not possible to copy a directory correctly using
VFS tasks (Selectors.SELECT_ALL).
When srcDir is specified the files are copied with srcDir as reference dir:
srcDir="file://c:/hello" includes="test/Hello.java" destDir="file://c:/world"
will result in file://c:/world/test/Hello.java instead of file://c:/world/Hello.java