Load Data

Using ant's "load-data" target from the dataset directory, you can load data into a running server. The server loads data in a sequence defined in datasetname/data/LoadData.xml.

If you want to have multiple LoadData files to specify different sets of data, you can create other files adhering to the same schema as LoadData.xml and pass a command-line property to specify the file to be used. For example, if a user has a file "MyLoadData.xml" then they can load data from this file by calling

ant load-data -Dload-data.file=data/MyLoadData.xml