Im using Sonar with Sonar Runner and Jenkins. Strange thing is that when i start the job manually everything works fine but on the periodic nightly builds it fails and says:
org.sonar.runner.RunnerException: No files matching pattern "java" in directory
So i understand that Sonar Runner cant find my source files. But why is that so? I mean when i start it manually Sonar is working fine and using source files. i didn't change anything. Its the exact same job...