summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SONARPLUGINS-2202 "sonar.projectName" default value is now module IDFabrice Bellingard2012-09-134-19/+34
|
* Refactor package namesSimon Brandhof2012-09-1341-10/+10
|
* Fix classloader issue with ant 1.7.xSimon Brandhof2012-09-1353-259/+127
|
* SONARPLUGINS-2202 Improve log messageFabrice Bellingard2012-09-122-3/+3
|
* Refactor org.sonar.runner.MainSimon Brandhof2012-09-115-86/+181
|
* Move (again) Main to org.sonar.runnerSimon Brandhof2012-09-118-39/+42
|
* SONARPLUGINS-2202 Make it possible to pass environment informationFabrice Bellingard2012-09-113-9/+36
| | | | | | | Necessary for the Ant task for instance: - masked packages - container extensions => This part of the API should be improved
* SONARPLUGINS-2202 Improve multi-module definitionFabrice Bellingard2012-09-1115-62/+176
|
* SONARPLUGINS-2202 sonar.projectKey not mandatory on a module def.Fabrice Bellingard2012-09-113-5/+24
| | | | | => it is automatically generated from the module Id found in "sonar.modules"
* SONARPLUGINS-2202 Check unicity of module's key inside its parentFabrice Bellingard2012-09-112-0/+36
|
* SONARPLUGINS-2202 Refactor package names to have clearer APIFabrice Bellingard2012-09-1147-39/+75
|
* SONARPLUGINS-2202 Prefix child key by parent keyFabrice Bellingard2012-09-102-12/+29
|
* SONARPLUGINS-2202 Change some property namesFabrice Bellingard2012-09-1012-55/+75
| | | | | | The 2 following properties have been introduced for better readability and consistency: - sonar.projectBaseDir - sonar.projectConfigFile
* Fix violations / improve documentation / refactor some codeFabrice Bellingard2012-09-0713-15/+56
|
* Improve API and its documentation.Fabrice Bellingard2012-09-073-13/+84
|
* Refactor code and add some API documentation.Fabrice Bellingard2012-09-0713-49/+213
|
* Fix testFabrice Bellingard2012-09-072-2/+2
|
* Improve error message for unsupported version of SonarFabrice Bellingard2012-09-071-1/+1
|
* Allows to overwrite environment information on the Runner Fabrice Bellingard2012-09-073-6/+37
|
* SONARPLUGINS-2203 Improve testsFabrice Bellingard2012-09-0612-21/+46
|
* SONARPLUGINS-2203 Make sure all Sonar properties start with "sonar."Fabrice Bellingard2012-09-062-56/+173
|
* SONARPLUGINS-1856 Log message if sources directory does not existFabrice Bellingard2012-09-053-14/+37
| | | | => When launching the Sonar Runner, a meaningful error message must be thrown when one source directory doesn't exist
* Fix unit testFabrice Bellingard2012-09-051-10/+0
|
* Refactor and fix violations (again)Fabrice Bellingard2012-09-056-22/+25
|
* Refactor and fix violationsFabrice Bellingard2012-09-0510-101/+53
|
* SONARPLUGINS-2217 Move Sonar Batch Bootstrapper classes from Sonar to Sonar ↵Fabrice Bellingard2012-09-0516-48/+715
| | | | Runner
* SONARPLUGINS-2202 Add multi-module supportFabrice Bellingard2012-09-0523-118/+697
|
* Sonar Runner - Replace use of deprecated code, preparing for SONARPLUGINS-2202Fabrice Bellingard2012-09-033-27/+27
|
* Minimal required version of sonar is upgraded to 2.11Simon Brandhof2012-07-313-44/+36
|
* SONARPLUGINS-1230 Work dir can be absolute or relativeFabrice Bellingard2012-07-262-1/+27
|
* Add javadocSimon Brandhof2012-07-251-0/+8
|
* Sonar Runner - Increase test coverageFabrice Bellingard2012-07-244-2/+61
|
* SONARPLUGINS-2044 Check if SONAR_RUNNER_HOME is correctly setFabrice Bellingard2012-07-202-4/+19
|
* SONARPLUGINS-1921 sonar-runner.bat fails when java.exe is found in the path ↵Fabrice Bellingard2012-07-201-0/+5
| | | | but contains a space
* SONARPLUGINS-1230 Configure the location of working directoryFabrice Bellingard2012-07-194-17/+35
|
* SONARPLUGINS-2038 Log the property only in Debug modeFabrice Bellingard2012-07-191-2/+8
|
* SONARPLUGINS-2038 Log the value of the system property "sun.arch.data.model" ↵Fabrice Bellingard2012-07-191-2/+3
| | | | at start-up
* SONARPLUGINS-1582 Improve the scriptFabrice Bellingard2012-05-091-5/+26
|
* SONARPLUGINS-1583 Fix regressionFabrice Bellingard2012-05-091-6/+8
|
* SONARPLUGINS-1619 Support the properties sonar.showSql and sonar.showSqlResultsFabrice Bellingard2012-05-032-16/+62
|
* SONARPLUGINS-1583 Trailing slash on Windows XP prevent Sonar Runner to runFabrice Bellingard2012-05-021-3/+6
|
* SONARPLUGINS-1617 Support the properties sonar.showSql and sonar.showSqlResultsFabrice Bellingard2012-05-021-0/+18
|
* Fix test on WindowsEvgeny Mandrikov2011-12-202-3/+1
|
* SONARPLUGINS-1376 Throw an exception with a meaningful message, when no ↵Evgeny Mandrikov2011-12-195-16/+59
| | | | files matching pattern
* SONARPLUGINS-1572 When no runner or project configuration file is found, ↵Evgeny Mandrikov2011-12-191-2/+6
| | | | this piece of information should also be logged
* SONARPLUGINS-1466 Display all missing mandatory propertiesEvgeny Mandrikov2011-12-192-2/+9
|
* SONARPLUGINS-1343 When launching runner, information about OS should be printedEvgeny Mandrikov2011-12-191-0/+1
|
* SONARPLUGINS-1465 Reorder propertiesEvgeny Mandrikov2011-12-191-7/+7
|
* SONARPLUGINS-1023 Don't show leading zeros, so format of "total time" is ↵Evgeny Mandrikov2011-12-192-4/+12
| | | | fully consistent with Maven
* SONARPLUGINS-1376 Allow to use pattern like "lib/*.jar" for property "libraries"Evgeny Mandrikov2011-12-196-5/+73
|