A Rhino management sub task for importing configuration items.
Attribute | Description | Required |
---|---|---|
filename |
Source file containing configuration to be imported. |
Yes. |
type |
The configuration type to import. |
Yes. |
innamespace |
Flag indicating if the configuration should be imported into the global environment ( |
No. If not specified then the task will attempt to determine the appropriate target for import based on the configuration type and the content being imported. |
replace |
Flag indicating if the update of existing configuration keys is allowed during the import.
Must be |
No.
Defaults to |
failonerror |
Flag to control failure behaviour.
If |
No. Default value is taken from the Rhino management parent task. |
-
This task will never throw a
NonFatalBuildException
. It will always fail (throw aBuildException
) on errors.