I’ve seen below URL
to start the sonar server.But I am not able to find startserver.bat file.I have installed sonar as a plugin in eclipse by go to eclipse marketplace.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Sonar dashboard is designed to updated from a build running on a project’s automated build server. Build servers normally work against code taken from a project’s shared development branch.
The Eclipse plugin, on the other hand, is designed to run against the code located in the Eclipse workspace, which may or may not have been committed.
Two different usecases, the Eclipse plugin is used to test the effects of code fixes on the reported Sonar violations. Obviously when those fixes are committed, this will eventually update the Sonar dashboard.