-
For all the following targets, the FES must be running.
-
The 'connection.properties' are common to all targets and must be provided correctly.
-
The following connection properties are mandatory:
-
ESB_HOME - Relative path to your ESB installation directory
-
FIORANO_HOME - Relative path to your Fiorano installation directory
-
ANT_LIB - Relative path to your libraries directory
-
HTTP_PROXY_SET - Can be set to either 'true' or 'false'. If proxy is used, other related details need to be provided
-
CONNECTION_USER_NAME - ESB User name
-
CONNECTION_PASSWORD - ESB Password
-
RMI_CONNECTION_STRING - RMI Connection URL used for connecting to FES server.
-
RTL_CONNECTION_STRING - RTL Connection URL used for connecting to FES server.
-
CONNECTION_TIMEOUT - Connection timeout for Cli calls.
-
VERBOSE - Can be set to either 'true' or 'false'. Errors will be logged to console if it is set to 'true'
-
-
To run a CLI target, simply set the corresponding properties in one of the properties files and type 'ant <target>' on command line. The possible values for <target> are explained in the next section.
-
If <target> is omitted, 'launchApps' is called by default. The default target can be changed by changing the default' attribute of the (root) 'project' tag in 'build.xml'.