Ant Commands You Can Use to Compile and Deploy Composites

Command Descriptions
ant all

Compiles and deploys all composites including Oracle Meta Data Services.

ant deployAll

Deploys all composites including Oracle Meta Data Services.

Deploys custom composites according to the following value in the deployCustomExtensionsAlso parameter in the properties file:

  • Y. Deploys the following composites:

    • All composites that are listed in the customExtensions parameter

    • Integration composites

  • N. Deploys only predefined integration composites. Does not deploy custom composites.

ant deployAllComposites

Deploys the same items that the deployAll command compiles and deploys except does not compile or deploy Oracle Meta Data Services.

ant updateMDS

Deploys only the Oracle Meta Data Services artifacts. Does not deploy any composites.

ant deployComposite

Deploys a specific composite according to the following information that you provide:

  • Composite name

  • Location of where the composite resides

  • Full path of the deployment configuration plan

ant deployCompositeWithoutConfigPlan

Same as the deployComposite command but you do not provide the path to the deployment configuration plan.

ant compileComposite

Compiles a specific composite according to the following information that you provide:

  • Composite name

  • Location of where the composite resides
ant compileAndDeployComposite

Compiles and deploys a specific composite according to the following information that you provide:

  • Composite name

  • Location of where the composite resides

  • Full path to the deployment configuration plan

ant compileAllCustomComposites

Compiles all custom composites according to the composites listed in the properties file.

ant deployAllCustomComposites

Deploys all custom composites according to the composites listed in the properties file.

ant 
compileAndDeployAllCustomComposites

Compiles and deploys all custom composites according to the composites listed in the properties file.

ant undeployAll

Undeploys all composites including Oracle Meta Data Services.

ant undeployAllComposites

Undeploys all composites. Does not undeploy Oracle Meta Data Services.

ant undeployMDS

Undeploys only Oracle Meta Data Services.

ant undeployComposite

Undeploys a specific composite according to the composite name that you provide.