[ https://issues.jenkins-ci.org/browse/JENKINS-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Josh Kennedy resolved JENKINS-9251. ----------------------------------- Resolution: Fixed > reports 0 bugs if workspace path contains spaces > ------------------------------------------------ > > Key: JENKINS-9251 > URL: https://issues.jenkins-ci.org/browse/JENKINS-9251 > Project: Jenkins > Issue Type: Bug > Components: clang-scanbuild > Environment: Hudson 1.447, clang plugin 1.2 > Reporter: Marcus Better > Assignee: Josh Kennedy > > 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. > {code} > 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. > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira