F.6 FlattenMapper

The FlattenMapper removes the directories from a filename and solely returns the filename.

<copy todir="/tmp">
  <mapper type="flatten" />

  <fileset refid="someid" />
</copy>

This code will copy all files in the fileset to /tmp. All files will be in the target directory.

F.6.1 Examples

<mapper type="flatten" />

Applying the mapper, you will get the following results from the following filenames:

Table F.6: Result of mapping

FromTo
test.txttest.txt
./foo/bar/test.baktest.bak