Downloads Current Release Announcement Mailing List Using Jarchiver Configuration Usage User Mailing List Contributing Jarchiver SourceForge Pages Browse CVS Developer Mailing List Home |
Jarchiver Configuration
Jarchiver is configured via an XML file. An example configuration file that shows all available options is provided in the download. A Jarchiver schedule is the basic element of the configuration file. Only one schedule can be present in the configuration, and it defines any number of jobs. Each job represents an actual task for Jarchiver to perform.
Each job must contain three elements: source, selection, and actions.
The selection element defines which of the files specified by the source element will be
selcted as part of this job execution. For file based sources, an implicit selection of all
is made regardless of the contents of the selection element (in fact, it can be omitted in this case).
The actions element defines a list of actions to be performed on the operating set. Each child
element specifies an action to run, and actions are executed in the order that they are defined.
The actions element has an optional attribute haltonerror which indicates whether
Jarchiver should stoip processing actions if one fails. Remember that each action
applies to the whole operating set, not just what is left after the previous action
has run.
|