(since 2.3) (Ant 1.7 required)
ivy:resources
is an Ant
resource collection
, which files are based on an Ivy resolve, and then can be used with any task which is working with resources like
copy
or
import
. This datatype share the same attributes, child elements and behaviour of a [[ant:postresolvetask post resolve task]]. It is not expected to be used as an Ant task though, only as a resource collection.
Examples
Build a resource collection of every artifacts of all dependencies declared in path/to/ivy.xml file.
Same as above, but with transitive dependencies disabled.
Build a resource collection of every artifacts of the dependencies declared in the configuration default and test of the path/to/ivy.xml file.
Build a resource collection of every jar artifact of all dependencies declared in path/to/ivy.xml file.
Build a resource collection of every artifacts of commons-lang module revision 2+ from the repository, with its dependencies.
Build a resource collection of every artifacts of both commons lang and commons logging, with their dependencies but not log4j.
Build a resource collection of every artifacts of the configurations "api" and "log4j" of "slf4j".