aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/sonar/runner/Runner.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2291 Implemented cache on Sonar Runner side (for bootstrap JARs).Julien HENRY2013-01-301-368/+0
|
* Fix some quality flaws.Julien HENRY2013-01-221-3/+7
|
* SONARPLUGINS-2540 Allow to provide task command by a property for testing ↵Julien HENRY2013-01-171-1/+5
| | | | purpose.
* SONARPLUGINS-2540 Restore compatibility with older Sonar versions.Julien HENRY2013-01-161-2/+16
|
* 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-151-2/+2
| | | | | * Try to make errors more readable for non java expert * Mimic what is done in Maven CLI
* SONARPLUGINS-2540 Update Sonar Runner CLI to be able to run tasks.Julien HENRY2013-01-151-20/+45
|
* SONARPLUGINS-1233 Refactoring to reuse IOUtilsJulien HENRY2013-01-041-88/+5
|
* 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
* SONARPLUGINS-2256 Add log to warn when analysis is platform dependentFabrice Bellingard2012-09-141-0/+9
|
* Fix violations.Fabrice Bellingard2012-09-141-1/+1
|
* SONARPLUGINS-2256 Do not force UTF-8 as the default charsetFabrice Bellingard2012-09-141-3/+17
| | | | => By default sonar-runner should not use UTF-8 to read source code files but the default encoding of the JVM.
* Update name and file headersFabrice Bellingard2012-09-131-1/+1
|
* Refactor package namesSimon Brandhof2012-09-131-1/+1
|
* Fix classloader issue with ant 1.7.xSimon Brandhof2012-09-131-31/+51
|
* SONARPLUGINS-2202 Make it possible to pass environment informationFabrice Bellingard2012-09-111-3/+18
| | | | | | | Necessary for the Ant task for instance: - masked packages - container extensions => This part of the API should be improved
* SONARPLUGINS-2202 Refactor package names to have clearer APIFabrice Bellingard2012-09-111-8/+8
|
* SONARPLUGINS-2202 Change some property namesFabrice Bellingard2012-09-101-4/+4
| | | | | | 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-071-0/+16
|
* Improve API and its documentation.Fabrice Bellingard2012-09-071-6/+46
|
* Fix testFabrice Bellingard2012-09-071-1/+1
|
* Improve error message for unsupported version of SonarFabrice Bellingard2012-09-071-1/+1
|
* Allows to overwrite environment information on the Runner Fabrice Bellingard2012-09-071-4/+18
|
* Refactor and fix violations (again)Fabrice Bellingard2012-09-051-5/+7
|
* Refactor and fix violationsFabrice Bellingard2012-09-051-46/+12
|
* SONARPLUGINS-2217 Move Sonar Batch Bootstrapper classes from Sonar to Sonar ↵Fabrice Bellingard2012-09-051-15/+13
| | | | Runner
* SONARPLUGINS-2202 Add multi-module supportFabrice Bellingard2012-09-051-0/+4
|
* Minimal required version of sonar is upgraded to 2.11Simon Brandhof2012-07-311-1/+1
|
* SONARPLUGINS-1230 Work dir can be absolute or relativeFabrice Bellingard2012-07-261-1/+16
|
* Sonar Runner - Increase test coverageFabrice Bellingard2012-07-241-1/+1
|
* SONARPLUGINS-1230 Configure the location of working directoryFabrice Bellingard2012-07-191-8/+14
|
* SONARPLUGINS-1466 Display all missing mandatory propertiesEvgeny Mandrikov2011-12-191-1/+8
|
* SONARPLUGINS-1376 Allow to use pattern like "lib/*.jar" for property "libraries"Evgeny Mandrikov2011-12-191-2/+2
|
* Fix typo in name of method, add testsEvgeny Mandrikov2011-12-151-2/+2
|
* SONARPLUGINS-1466 Throw an exception with a meaningful message, when ↵Evgeny Mandrikov2011-12-151-2/+19
| | | | mandatory property was not defined
* Fix violationsEvgeny Mandrikov2011-12-151-9/+10
|
* Fix compilation of java-runnerSimon Brandhof2011-10-181-1/+5
|
* SONARPLUGINS-1433 Add the property sonar.verboseSimon Brandhof2011-10-181-1/+6
|
* SONARPLUGINS-1220 Runner home must be optionalSimon Brandhof2011-06-241-0/+163