TIBCO Business Studio - BPM Edition Command-Line Interface
The TIBCO Business Studio - BPM Edition command-line interface (CLI) provides access to some TIBCO Business Studio - BPM Edition functions. In particular, it supports importing projects, creating projects, composites, components, and distributed application archives, regenerating component implementations and libraries, promoting and wiring services and references, and generating distributions.
You can use the CLI for repetitive application of standard actions on large numbers of objects.
The CLI is based on the Ant open source build tool. TIBCO Business Studio - BPM Edition provides Ant tasks to perform TIBCO Business Studio - BPM Edition actions. You specify the tasks in a build target within an Ant build file. TIBCO Business Studio - BPM Edition supports the following tasks:
- sds.addProjectDependency
- sds.createComponent
- sds.createComposite
- sds.createDAA
- sds.createSoaProject
- sds.generateDeploymentScript
- sds.generateDistribution
- tbsimportProjects
- sds.importProject
- sds.javait.regenerateComponent
- sds.javait.regenerateLibraries
- sds.promoteAll
- sds.wire
Sample Build Files
Sample build files are provided in
TIBCO_HOME/amx/version/samples/java/helloworld1.zip and
TIBCO_HOME/amx/version/samples/java/phonebook.zip.