Information about installation using MYSQL: I run bin/w开发者_运维技巧indows-x86-32/StartSonar.bat and click http://localhost:9000.
I\'m currently working on a Java project where it\'s part of my job to watch over the quality. As tools I use Jenkins in combination with Sonar. These tools are great and the helped me to track issues
I have a job in Jenkins that is run every night. The tasks executed during this build are: compilation, unit tests, integration tests (which are only JUnit tests which are longer than \"real unit test
I installed Maven, Sonar and the respective plugins for .net projects. I am able to build my project using Maven too.
I recently install sonar server and some plug in and i have a strange language issue when sonar displays violation messages, it displays messages in French.
I want to checkout sonar, so I added the following snippet to my pom.xml the dependency part was taken from http://maven.apache.org/general.html#tools-jar-dependency
I\'ve started using the sonar maven plugin (and sonar i general). Sonar is installed on another server, and can be successfully accessed in the url http://host:8080/sonar. The configuration in the pom
I\'ve looked at Sonar for a wa开发者_开发技巧y to include custom fields for grouping/filtering data on-the-fly, including at addon extension points, but haven\'t seen anything that meets my criteria.
I\'ve successfully set up Sonar against a large Java project that is built using Ant. I\'ve finally hooked up the JUnit test results and the Cobertura code coverage report.
We use Hudson to build our application, and also Sonar to monitor the quality of our application. CVS is our Source Code Management, but we will migrate in a few months to SVN.