ANT File List
In the previous tutorial we have learnt about the File Set and different pattern sets available in Apache Ant. In this tutorial we will be learning the difference between file list and file set. ANT File List :File list data type in ant is used for creating list of files. File list contains the list of files explicitly having the name of the file. Unlike File Set, File List does not support the wild card characters. File list data type can be applied [...]