Table of Contents Previous Next Index

CHAPTER 2 Target Reference

CHAPTER 2 Target Reference

This chapter describes the supported targets provided by the SDK. Each target is an Ant target and uses the Ant syntax. See the Ant documentation available at http://ant.apache.org for further details.

Some target names are designed to reflect the scope of the target. For example env.setDBType sets the database type in the current environment, and project.premigrate performs an analysis of files in the current project.

You can create new or customized targets by modifying the sdkx.y[custom-example].xml files in sdk_home/etc/custom/. These targets can be added to your SDK by as follows:

1. Edit the sdk_home/etc/custom/custom-components-list.txt file to add the string custom-example to the list of custom files.

2. At the command line, navigate to sdk_home/etc/build/ directory.

3. Run the command:

fmwkbuilder customizeSDK

The new targets can now be used along with the existing targets.