Details
-
Task
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.3
-
None
-
None
Description
Relative paths are resolved against the current working directory which might be anything (e.g. an IDE's installation directory) and not necessarily the project's base directory. Therefore, the path should to the header file be qualified with "${basedir}".
Searching commons/trunks-proper reveals about 9 other {{checkstyle.xml} files that suffer from the same problem...