Targets

The targets section contains an entry for each target defined in the configuration.

XML Example 1

XML Example 2

Description

<Targets>

<Targets>

Opening tag for the targets section.  

All targets for this configuration are defined within the open and closing tags.

<Target Id="128">

<Target Id="126">

Opening tag for this particular target that contains the unique id for it.

<name>

![CDATA[All Targets]]

</name>

<name>

![CDATA[Interfaces]]

</name>

Target name.

<file>

![CDATA[**\*.class]]

</file>

<file>

![CDATA[*.class]]

</file>

Target filename.

 

<relpath>

![CDATA[qlarius\interfaces\]]

</relpath>

Relative path for the target. This is combined with the build area location, the path set on the build configuration (if any), and the directory qualifier set on the target filename (if any).

<isfinal>

True

</isfinal>

<isfinal>

True

</isfinal>

Flag to indicate whether the target is a final target.

<isvirtual>

False

</isvirtual>

<isvirtual>

False

</isvirtual>

Flag to indicate whether the target is a virtual target.

</Target>

</Target>

Closing tag for a single target.

</Targets>

</Targets>

Closing tag for the targets section.