Normalizes a resource path while trying to make it relative to the buildRoot. If it cannot be done, the path is made absolute.
The root directory of the build. Probably always the current working directory.
The working directory of the task this is for. The path is normalized relative to this directory.
The path to be normalized.
See Implementation
Normalizes a resource path while trying to make it relative to the buildRoot. If it cannot be done, the path is made absolute.