map
Specifies the mapping of path prefixes between Unix and Windows.
Attribute | Description | Required
|
---|---|---|
from | The prefix to match. Note that this value is case-insensitive when the build is running on a Windows platform and case-sensitive when running on a Unix platform. | Yes |
to | The replacement text to use when from is matched. | Yes |
Each map element specifies a single replacement map to be applied to the elements of the path being processed. If no map entries are specified, then no path prefix mapping is performed.
Note: The map elements are applied in the order specified, and only the first matching map element is applied. So, the ordering of your map elements can be important, if any from values are prefixes of other from values.
path
If the refid attribute is not specified, then a nested <path> element must be supplied. See Path-like Structures for details.