<fileset dir="${lib.dir}" includes="**/*.jar"/>
what does two stars mean?
A FileSet is a group of files. These files can be found in a directory tree starting in a base directory and are matched by patterns taken from a number of PatternSets and Selectors. PatternSets can be specified as nested <patternset> elements.
This object represents a path as used by CLASSPATH or PATH environment variable. A path might also be described as a collection of unique filesystem resources. and PathElement: Helper class, holds the nested <pathelement> values.
Ant - Introduction ANT stands for Another Neat Tool. It is a Java-based build tool from computer software development company Apache.
Ant allows command line arguments, even arguments which contains space characters. It supports <arg> element to pass arguments and uses various attribute given below.
AFAIK - ( I've used NAnt a few years ago ) - it means include all jar file in ${lib.dir} and subdirectories.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With