How to Use ant to Export Shared Data of a Given Pattern into a JAR File
The following provides an example of exporting shared data of a given pattern into a JAR file.
ant -f ant-sca-deploy.xml exportSharedData -DserverURL=server.url -DjarFile=jar.file -Dpattern=pattern -Duser=user
Note:
After specifying the user name, enter the password when prompted.
Table 48-19 describes the syntax.
Table 48-19 ant Shared Data Export Commands
Argument | Definition |
---|---|
|
The URL of the server that hosts the SOA Infrastructure application (for example, |
|
The absolute path of the JAR file to be generated. |
|
The file pattern supported by Oracle MDS Repository transfer APIs. Use the semicolon delimiter ( /Project1/**;/Project2/** This example exports all documents under |
|
Optional. The user name for accessing the server when basic configuration is configured. |
|
The password for accessing the server when basic configuration is configured. This parameter is optional. |
The following example shows how to export shared data of a given pattern into a JAR file.
ant -f ant-sca-deploy.xml exportSharedData -DserverURL=http://myhost:8001
-DjarFile=/tmp/MySharedData.jar
-Dpattern="/Project1/**"