listFunctionUuid

The listFunctionUuid task lists the UUIDs of the Enterprise Extensions functions that are defined for the specified project area.

The following table describes the specific attribute of this task.

Attribute Description Required

projectArea

Name of the project area that contains the Enterprise Extensions system definitions.

Yes

Note: The list of the system definition UUIDs is written to the build log.

Example

The following code lines illustrate how to list the UUIDs for the functions.


<target name="list">

	<xt:
		repositoryAddress="${repositoryAddress}"
		userId="${repositoryUserid}"
		password="${repositoryPassword}"
		projectArea="${buildProjectArea}"
	/>
		
</target>