-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Hudson 1.447, clang plugin 1.2
My job name contains spaces. It looks like these are not correctly handled by the clang plugin. In the command line below, forward slashes appear before the spaces, where it should have backslashes.
EXECUTING COMMAND:[/opt/checker/scan-build, -k, -v, -v, -o, /mnt/build/hudson/jobs/My/ Job/builds/2011-04-05_10-15-41/clangScanBuildReports, xcodebuild, -target, MyApp, -configuration, Debug, -sdk, iphonesimulator, clean, build] [My Job] $ /opt/checker/scan-build -k -v -v -o "/mnt/build/hudson/jobs/My/ Job/builds/2011-04-05_10-15-41/clangScanBuildReports" xcodebuild -target MyApp -configuration Debug -sdk iphonesimulator clean build scan-build: Emitting reports for this run to '/var/folders/+M/+MPgEtXNHEmEUxvBeo9hik+++TY/-Tmp-/scan-build-2011-04-05-1'. xcodebuild: Error: the directory /Users/hudson/work/workspace/My Job does not contain an Xcode project.
Correction: only the output above looks weird with the forward slashes. It seems to run scan-build correctly despite this. So it looks more like a visual bug. (I was confused by an unrelated config error.)