-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
-
Linux 3.2.0-4-686-pae #1 SMP Debian 3.2.46-1+deb7u1 i686 GNU/Linux
Jenkins 1.509.4
Warnings plugin 4.35
When I try to acces the file of the reported GCC4 warning, I got this error:
01 Copying the source file '../Code/Monitoring/FctMonitPatientTrigIY.cpp' from the workspace to the build folder '/opt/sdb1/jenkins/jobs/Vendome_ventilator/builds/2013-10-21_15-22-32/workspace-files/994b1dd2.tmp' on the Jenkins master failed.
02 Seems that the path is relative, however an absolute path is required when copying the sources.
03 Is the file 'FctMonitPatientTrigIY.cpp' contained more than once in your workspace?
04 Is the file '../Code/Monitoring/FctMonitPatientTrigIY.cpp' a valid filename?
The file is unique in the workspace.
here is the output of "find . | grep FctMonitPatientTrigIY.cpp" (in the workspace folder)
./Code/Monitoring/FctMonitPatientTrigIY.cpp
./build/CMakeFiles/ventilator.dir/Code/Monitoring/FctMonitPatientTrigIY.cpp.o.d
./build/CMakeFiles/ventilator.dir/Code/Monitoring/FctMonitPatientTrigIY.cpp.o
The automatic relative path option is checked in the project configuration.
Am I missing something?
Are you using make? Then there is another parser that has a better detection of absolute paths...
Is the file readable by the Jenkins user?