Executing the Deployment Script

You can execute the deployment project scripts either from the same computer on which you created it, or on a different computer which must have TIBCO Business Studio installed. Scripts can be run from TIBCO Business Studio or from a command line.

  • Before executing the scripts as outlined below, make sure to update the run.properties file as explained in: Generating the Deployment Scripts.
  • Running scripts using the command-line:
    • You need to have installed Apache ant (from http://ant.apache.org).
    • Then go to the Scripts folder under the deploy project in a command shell and use this command: %ANT_HOME%/bin/ant -f build.xml. Note that %ANT_HOME% is the folder location where Ant is installed.
  • Running scripts using TIBCO Business Studio:
    • In order to run the scripts from TIBCO Business Studio workbench, go to the Scripts folder inside the deploy project and right-click on build.xml and select Run As > Ant Build.