runBuildScript
Command Reference
Description
Invoke the build tool.
Invokes the build tool providing needed parameters. This is a trivial implementation that simply evaluates the specified buildscript via Ant.
Usage
ctl -t Builder -o <objectname> -c runBuildScript [-basedir <>] [-buildfile <>] [-buildstamp <>] [-target <>] [-targetdir <>]
Options
| Option | Description | Type | Default |
|---|---|---|---|
| basedir | directory where build resources reside | string | ${entity.attribute.basedir} |
| buildfile | build file to execute | string | ${entity.attribute.buildFile} |
| buildstamp | build identifier | string | ${entity.attribute.buildstamp} |
| target | build target to evaluate | string | ${entity.attribute.buildTarget} |
| targetdir | directory build artifacts will be written | string | ${entity.attribute.targetdir} |


