|
This feature is available since Sonar 2.6. |
Prerequisites
- Java 1.5 or higher
- Sonar 2.6 or higher. The server must be up when analyzing projects.
Download
- Version 1.1 (Latest release, July 11 2011)
- Version 1.0 (Feb 18 2011)
Installation
- Uncompress the downloaded file into a directory named $SONAR_RUNNER_HOME in the next steps.
- Update global settings (database connection, server URL) by editing the file $SONAR_RUNNER_HOME/conf/sonar-runner.properties
- You can check the basic installation with opening a new shell and executing the script '$SONAR_RUNNER_HOME/bin/sonar-runner -h'. You should get a message like this :
Usage
For each project create a file sonar-project.properties in the base directory :
For advanced features such as reusing existing unit test reports, you can set advanced parameters in this file or through command-line parameters.
You can then execute 'sonar-runner' from project base directory to launch a Sonar analysis.
|
If you get an java.lang.OutOfMemoryError, you can set the SONAR_RUNNER_OPTS environment variable :
|
|
Due to SONARPLUGINS-1024, not possible to set "." as a source directory with Sonar 2.6. |

