The task is used to create an Enterprise Extensions system definition for a search path.
The following table describes the task specific attributes for the task:
| Task Specific Attributes | ||
| Attribute | Description | Required |
| description | A free-form textual description for the search path definition. | No |
| name | A unique name for the search path definition. | Yes |
| nonImpacting |
Specifies that changes to this system definition do not force Enterprise Extensions dependency build request processing to use full analysis instead of change set analysis. Valid values are true and false. The default is false.
|
No |
| objectlibrary | Specify the name of the object library. If objectlibrary is set to an empty string, the object library property in the iProject is used as the default value. If no object library property is set in the iProject, the first library of the resourcedefinitions attribute is considered as the object library. | No |
| resourcedefinitions | Specify the additional libraries to search during the build process as a comma-separated list of resource names in the order in which they should be searched. | No |
| sourcelibrary | Specify the name of the source library. If sourcelibrary is set to an empty string, the source library property in the iProject is used as the default value. If no source library property is set in the iProject, the second library of the resourcedefinitions attribute is considered as the source library. | No |
<target name="searchPath">
<xt:searchpath
description="Search Path"
name="ORT_searchPath"
resourcedefinitions="ORT_sourceLibrary,ORT_objectLibrary"/>
</target>