Orangevolt ANT Tasks » Tasks » preferences | ||
Example | Example |
export exports the entries of a node or the whole subtree into a file.
Name | Description | Required |
file | The file to export to. | yes |
path |
The path of the node. The path is used relative to the base path defined in the preferences task. If the given path does not exists an exception will be thrown. |
no |
noSubElements |
If noSubElements is defined to be true export exports only data entries of the node. |
no |