I had followed the steps on following link : https://wiki.hybris.com/display/partnerblog/2013/02/18/Sonar+~+Code+Quality+Tool
But when i am trying to run the build.xml i am getting below error
Buildfile: C:\Workspace\SonarWS\SonarWS\src\build.xml sonar: [sonar:sonar] Apache Ant(TM) version 1.9.2 compiled on July 8 2013 [sonar:sonar] Sonar Ant Task version: 2.0 [sonar:sonar] Loaded from: file:/C:/Software/CommonJars/sonar-ant-task-2.0.jar [sonar:sonar] Sonar work directory: C:\Workspace\SonarWS\SonarWS\src.sonar [sonar:sonar] Sonar server: http://localhost:9000
BUILD FAILED C:\Workspace\SonarWS\SonarWS\src\build.xml:78: java.lang.IllegalStateException: Fail to download libraries from server
My sonar server is running, i am able to access http://localhost:9000/ and mysql is also running. Do i need to have sonar runner configured too?? Has anybody configured sonar with hybris. Please assist.