Tag:
include
Parent:
[[ivyfile/configurations]] Include configurations specified in another file.
since 1.3
The included file should have a configurations tag as root tag, which follow the same specification as the
configurations
tag of the ivy file. This means that it can contain conf declarations, other file inclusion, and also a defaultconfmapping. When delivering an ivy file with such an inclusion, the included configuration file is inlined, i.e. ivy remove the dependency on the external file.
Attributes
Attribute
Description
Required
file
the file to include
Yes
Examples
with included-configurations.xml like this:
Defines 3 configurations, conf1, conf2 and conf3. mymodule1 is required in each configuration, with for each the same configuration (conf1 is needed in conf1, conf2 in conf2, and conf3 in conf3) due to the defaultconfmapping defined in the included file.