aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/sonar/runner/Main.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2291 Implemented cache on Sonar Runner side (for bootstrap JARs).Julien HENRY2013-01-301-337/+0
|
* Fix some quality flaws.Julien HENRY2013-01-221-4/+8
|
* SONARPLUGINS-2468 Improve display of errors.Julien HENRY2013-01-171-1/+5
|
* SONARPLUGINS-2540 Allow to provide task command by a property for testing ↵Julien HENRY2013-01-171-1/+8
| | | | purpose.
* SONARPLUGINS-2604 -X implies -eJulien HENRY2013-01-161-1/+4
| | | | * Enabling debug mode with -X should also display stack traces
* SONARPLUGINS-2604 Improve error reporting and introduce -e flagJulien HENRY2013-01-151-11/+58
| | | | | * Try to make errors more readable for non java expert * Mimic what is done in Maven CLI
* 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-151-10/+45
|
* SONARPLUGINS-2571 Make the Sonar Runner support a new "--version" optionJulien HENRY2013-01-041-7/+17
|
* SONARPLUGINS-2256 Add log to warn when analysis is platform dependentFabrice Bellingard2012-09-141-1/+2
|
* SONARPLUGINS-2256 Do not force UTF-8 as the default charsetFabrice Bellingard2012-09-141-0/+2
| | | | => 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
|
* Fix classloader issue with ant 1.7.xSimon Brandhof2012-09-131-6/+3
|
* Refactor org.sonar.runner.MainSimon Brandhof2012-09-111-61/+30
|
* Move (again) Main to org.sonar.runnerSimon Brandhof2012-09-111-0/+255
|
* SONARPLUGINS-2202 Refactor package names to have clearer APIFabrice Bellingard2012-09-111-247/+0
|
* SONARPLUGINS-2202 Change some property namesFabrice Bellingard2012-09-101-1/+1
| | | | | | 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-1/+5
|
* Improve API and its documentation.Fabrice Bellingard2012-09-071-2/+15
|
* Refactor code and add some API documentation.Fabrice Bellingard2012-09-071-5/+3
|
* Refactor and fix violations (again)Fabrice Bellingard2012-09-051-2/+3
|
* Refactor and fix violationsFabrice Bellingard2012-09-051-2/+4
|
* SONARPLUGINS-2217 Move Sonar Batch Bootstrapper classes from Sonar to Sonar ↵Fabrice Bellingard2012-09-051-2/+2
| | | | Runner
* SONARPLUGINS-1230 Configure the location of working directoryFabrice Bellingard2012-07-191-1/+1
|
* 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-1376 Throw an exception with a meaningful message, when no ↵Evgeny Mandrikov2011-12-191-3/+5
| | | | 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-1343 When launching runner, information about OS should be printedEvgeny Mandrikov2011-12-191-0/+1
|
* SONARPLUGINS-1023 Don't show leading zeros, so format of "total time" is ↵Evgeny Mandrikov2011-12-191-1/+9
| | | | fully consistent with Maven
* Fix typo in name of method, add testsEvgeny Mandrikov2011-12-151-1/+1
|
* SONARPLUGINS-1466 Throw an exception with a meaningful message, when ↵Evgeny Mandrikov2011-12-151-1/+1
| | | | mandatory property was not defined
* SONARPLUGINS-1023 Display total running time at the end of analysisEvgeny Mandrikov2011-12-151-4/+16
|
* SONARPLUGINS-1343 When launching runner, version of Java should be printedEvgeny Mandrikov2011-12-151-0/+2
|
* Fix violationsEvgeny Mandrikov2011-12-151-1/+2
|
* Fix violationsEvgeny Mandrikov2011-12-151-3/+6
|
* SONARPLUGINS-1229 Display memory usage at the end of analysisEvgeny Mandrikov2011-12-151-0/+9
|
* SONARPLUGINS-1372 Allow definitions of properties without white spaceEvgeny Mandrikov2011-12-151-10/+17
|
* SONARPLUGINS-1433 Add the property sonar.verboseSimon Brandhof2011-10-181-1/+1
|
* Sonar runner: improve log of working dirSimon Brandhof2011-06-271-12/+16
|
* SONARPLUGINS-1220 command-line properties must override global and project ↵Simon Brandhof2011-06-271-6/+10
| | | | settings
* SONARPLUGINS-1220 Runner home must be optionalSimon Brandhof2011-06-271-5/+4
|
* SONARPLUGINS-1220 Runner home must be optionalSimon Brandhof2011-06-241-139/+70
|
* SONARPLUGINS-1177 Remove unused codeSimon Brandhof2011-05-231-2/+1
|
* ANT-TASK, SONAR-RUNNER: Follow changes in upstream - use User-Agent in ↵Evgeny Mandrikov2011-02-091-6/+6
| | | | Bootstrapper
* SONAR-RUNNEREvgeny Mandrikov2011-02-031-23/+77
|
* SONAR-RUNNEREvgeny Mandrikov2011-02-031-0/+182