List full path for files that have errors or warnings
Brought to you by:
raner
When the errors and warnings are collected at the end of the build phase only the file name itself will be reported. For certain files (for example, MANIFEST.MF), there are multiple files of the same name in the workspace. The error message will just state the file name and line number, which is not helpful because it is not clear which of the multiple files has the error.
The error and warning report should contain complete paths for all resources that have problem markers.