aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Collapse)AuthorAgeFilesLines
...
* SONARPLUGINS-2540 Restore compatibility with older Sonar versions.Julien HENRY2013-01-163-12/+27
|
* SONARPLUGINS-2604 -X implies -eJulien HENRY2013-01-161-1/+4
| | | | * Enabling debug mode with -X should also display stack traces
* SONARPLUGINS-2540 Sonar Runner 2.1 will require Sonar 3.5+Julien HENRY2013-01-151-2/+2
| | | | * Fix the version check
* SONARPLUGINS-2604 Improve error reporting and introduce -e flagJulien HENRY2013-01-153-14/+68
| | | | | * Try to make errors more readable for non java expert * Mimic what is done in Maven CLI
* SONARPLUGINS-2313 readlink -f is not supported on macosxJulien HENRY2013-01-151-4/+62
| | | | * As a workaround we are now using a custom function to emulate the same behavior
* SONARPLUGINS-2571 Don't display stats when using --versionJulien HENRY2013-01-151-8/+11
|
* SONARPLUGINS-2571 Do not parse configuration files when using --versionJulien HENRY2013-01-151-7/+7
|
* SONARPLUGINS-2540 Update Sonar Runner CLI to be able to run tasks.Julien HENRY2013-01-154-48/+157
|
* SONARPLUGINS-2285 Improve validation of (tests/binaries/libraries) foldersJulien HENRY2013-01-071-10/+36
|
* SONARPLUGINS-2295 If an aggregator module defines "sonar.sources" and has ↵Julien HENRY2013-01-071-2/+13
| | | | such a folder, a warning should be raised
* SONARPLUGINS-2421 Make it possible to define a multi-modules project whose ↵Julien HENRY2013-01-071-1/+7
| | | | modules share the same project base directory
* SONARPLUGINS-2297 The property sonar.sources should not be mandatoryJulien HENRY2013-01-071-3/+13
|
* SONARPLUGINS-2468 Improve the error message when the bootstrapper fails to ↵Julien HENRY2013-01-072-1/+9
| | | | connect to server
* Try to fix ITs on Windows.Julien HENRY2013-01-071-1/+8
|
* Fix some quality flaws.Julien HENRY2013-01-071-1/+0
|
* SONARPLUGINS-2399 Comma is badly supported in sonar.projectName propertyJulien HENRY2013-01-041-40/+18
| | | | Removed use of commons-configuration.
* SONARPLUGINS-2571 Make the Sonar Runner support a new "--version" optionJulien HENRY2013-01-041-7/+17
|
* SONARPLUGINS-1233 Refactoring to reuse IOUtilsJulien HENRY2013-01-043-92/+77
|
* SONARPLUGINS-2560 Set encoding properly when reading content from Sonar serverJulien HENRY2013-01-042-3/+41
|
* SONARPLUGINS-2313 Improve Linux scriptJulien HENRY2013-01-041-6/+11
| | | | | | * SONAR_RUNNER_HOME: autodetection over symbolic links * validation when automaticly resolved * return non zero exit code when SONAR_RUNNER_HOME is wrong
* SONARPLUGINS-2296 BAT script does not always return the exit codeJulien HENRY2013-01-041-4/+16
|
* SONARPLUGINS-2550 Add 'sonar.login' and 'sonar.password' to the general ↵Julien HENRY2013-01-041-0/+4
| | | | config file
* Preserve version in library filename.Julien HENRY2013-01-042-7/+7
|
* SONARPLUGINS-1233 Delete the Sonar working/temporary directory before ↵Julien HENRY2013-01-041-3/+84
| | | | | | starting analysis Duplicate code from commons-io as we don't want dependency in Sonar Runner.
* SONARPLUGINS-1233 Delete the Sonar working/temporary directory before ↵Julien HENRY2013-01-031-2/+9
| | | | starting analysis
* Remove deprecations.Julien HENRY2013-01-032-7/+32
|
* Fix method nameSimon Brandhof2012-10-241-3/+3
|
* Replace deprecated properties by new standard onesFabrice Bellingard2012-09-141-3/+3
|
* SONARPLUGINS-2256 Add log to warn when analysis is platform dependentFabrice Bellingard2012-09-142-1/+11
|
* Fix violations.Fabrice Bellingard2012-09-142-2/+2
|
* SONARPLUGINS-2256 Do not force UTF-8 as the default charsetFabrice Bellingard2012-09-143-4/+21
| | | | => By default sonar-runner should not use UTF-8 to read source code files but the default encoding of the JVM.
* SONARPLUGINS-2202 Clean the working dir nameFabrice Bellingard2012-09-131-1/+3
|
* Update name and file headersFabrice Bellingard2012-09-1314-15/+14
|
* SONARPLUGINS-2202 Work dir of modules are located in root projectFabrice Bellingard2012-09-131-5/+19
|
* SONARPLUGINS-2202 "sonar.projectName" default value is now module IDFabrice Bellingard2012-09-131-6/+9
|
* Refactor package namesSimon Brandhof2012-09-136-6/+6
|
* Fix classloader issue with ant 1.7.xSimon Brandhof2012-09-1315-236/+107
|
* SONARPLUGINS-2202 Improve log messageFabrice Bellingard2012-09-121-2/+2
|
* Refactor org.sonar.runner.MainSimon Brandhof2012-09-113-61/+122
|
* Move (again) Main to org.sonar.runnerSimon Brandhof2012-09-113-22/+29
|
* SONARPLUGINS-2202 Make it possible to pass environment informationFabrice Bellingard2012-09-112-6/+33
| | | | | | | 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-111-37/+57
|
* SONARPLUGINS-2202 sonar.projectKey not mandatory on a module def.Fabrice Bellingard2012-09-112-5/+10
| | | | | => 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-111-0/+11
|
* SONARPLUGINS-2202 Refactor package names to have clearer APIFabrice Bellingard2012-09-1115-24/+51
|
* SONARPLUGINS-2202 Prefix child key by parent keyFabrice Bellingard2012-09-101-8/+16
|
* SONARPLUGINS-2202 Change some property namesFabrice Bellingard2012-09-104-37/+54
| | | | | | 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-079-7/+55
|
* Improve API and its documentation.Fabrice Bellingard2012-09-072-8/+61
|
* Refactor code and add some API documentation.Fabrice Bellingard2012-09-0710-33/+150
|