configure

Description

Configures or defines entities in the repository by reading properties from an XML file.

Syntax

Local mode support: Yes.

Command line:

configure 
[ connect-args | local-args ]
[-verbose true|false] 
filename

Ant build file:

<jag_configure [ verbose=”true|false” ] file=”filename” />

Where:

Option

Description

Required

connect-args | local-args

Arguments to specify a connection to the server or to run in local mode. See “Local versus connected mode”.

Yes

verbose

Execute in verbose mode. The default is false.

No

filename

XML file to read commands from.

Yes

Returns

Return value

Indicates

0

The command ran successfully; the result is true/success.

1

The command ran successfully; the result is false/failure.

2

The command did not run successfully; an exception was thrown.

Usage

The configure command allows you to define and configure entities with an XML file.

See also

exportconfig, “XML configuration files”