Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SCANCLI-153] Use shell alternative to `which` | Vincent Latombe | 2024-09-04 | 1 | -1/+1 |
| | | | | | | | `which` may or may not be available on host systems. There are equivalent which are shell builtin. This is essentially using the same as https://github.com/apache/maven/commit/8852b87412c0af70efcee76f1bb12bc44635aab1, which has proven to work fine on a large shell variety. | ||||
* | Make debug script set debug option to the forked process | Julien HENRY | 2024-05-07 | 2 | -3/+11 |
| | |||||
* | SCANCLI-84 Rename SonarScanner -> SonarScanner CLI | Julien HENRY | 2024-05-03 | 4 | -6/+6 |
| | |||||
* | SQSCANNER-70 - Updated script comments (#91) | Mark Rekveld | 2020-09-28 | 4 | -4/+9 |
| | |||||
* | SQSCANNER-78 - backtick syntax (#83) | Mark Rekveld | 2020-09-24 | 2 | -12/+12 |
| | |||||
* | fix issue with whitespaces in sonar-scanner path | Christopher Fenner | 2020-03-16 | 1 | -1/+1 |
| | |||||
* | SQSCANNER-57 - Rename scanner SonarScanner (#78) | mickael-caro-sonarsource | 2020-01-03 | 4 | -10/+10 |
| | | | * SQSCANNER-57 - Rename scanner SonarScanner | ||||
* | Check if Java is installed on Linux | Mozes Gaal | 2019-02-22 | 1 | -0/+5 |
| | |||||
* | Remove trailing backslash from project.home (#39) | mawl | 2017-12-07 | 1 | -0/+3 |
| | |||||
* | Simplify and modernize real_path | Janos Gyerik | 2017-08-02 | 1 | -10/+3 |
| | |||||
* | SQSCANNER-43 Remove deprecated sonar-runner bat/sh scripts | Julien HENRY | 2017-07-31 | 6 | -171/+4 |
| | |||||
* | Remove pointless echo of %SONAR_SCANNER_HOME%3.0.3.778 | Janos Gyerik | 2017-05-12 | 2 | -2/+0 |
| | |||||
* | SQSCANNER-41 Handle parentheses in script installation path (#32) | Janos Gyerik | 2017-05-12 | 1 | -2/+4 |
| | |||||
* | Improve assembly (#28) | Janos Gyerik | 2017-03-21 | 2 | -2/+2 |
| | | | | | | * Make jre/lib/jspawnhelper executable on macosx * Move from /lib/jre to /jre in dists | ||||
* | SQSCANNER-38 self-contained distributions for Linux, Windows and Mac OS X (#26) | Janos Gyerik | 2017-03-13 | 3 | -8/+24 |
| | |||||
* | Drop license notice that no longer applies (#25) | Janos Gyerik | 2017-03-07 | 3 | -82/+0 |
| | |||||
* | Fix scripts | Duarte Meneses | 2017-02-22 | 2 | -4/+4 |
| | |||||
* | SQSCANNER-35 Fix script home detection and path quoting issues | Duarte Meneses | 2017-02-22 | 2 | -66/+26 |
| | |||||
* | Improve scripts | Duarte Meneses | 2017-02-22 | 2 | -26/+26 |
| | |||||
* | SQSCANNER-34 Don't use user-defined SONAR_SCANNER_HOME | Duarte Meneses | 2017-02-22 | 5 | -94/+57 |
| | |||||
* | add -P to full path resolution | ganncamp | 2017-01-13 | 1 | -1/+1 |
| | |||||
* | SQSCANNER-20 Minor fixes | Julien HENRY | 2016-09-20 | 3 | -3/+4 |
| | |||||
* | SQSCANNER-20 Create a sonar-runner-debug executable | Duarte Meneses | 2016-09-16 | 1 | -1/+1 |
| | |||||
* | SQSCANNER-20 Create a sonar-runner-debug executable | Duarte Meneses | 2016-09-16 | 3 | -0/+57 |
| | |||||
* | SQSCANNER-27 Home not detected when links are used | Duarte Meneses | 2016-09-15 | 2 | -4/+12 |
| | |||||
* | SQSCANNER-25 Fix regression with SONAR_RUNNER_OPTS | Julien HENRY | 2016-07-05 | 1 | -1/+1 |
| | |||||
* | SQSCANNER-7 SQSCANNER-6 Deprecate sonar-runner and SONAR_RUNNER_OPTS | Julien HENRY | 2016-04-11 | 4 | -6/+232 |
| | | | | And replace by sonar-scanner and SONAR_SCANNER_OPTS | ||||
* | Update groupId, artifactId and packages | Julien HENRY | 2016-01-11 | 2 | -5/+5 |
| | |||||
* | SQSCANNER-1 Extract SonarQube Scanner as a standalone project | Julien HENRY | 2015-11-10 | 2 | -4/+4 |
| | |||||
* | Extract SonarQube Scanner as a separate project | Julien HENRY | 2015-11-09 | 2 | -0/+207 |
| | |||||
* | SONAR-2291 Implemented cache on Sonar Runner side (for bootstrap JARs). | Julien HENRY | 2013-01-30 | 2 | -198/+0 |
| | |||||
* | SONARPLUGINS-2313 readlink -f is not supported on macosx | Julien HENRY | 2013-01-15 | 1 | -4/+62 |
| | | | | * As a workaround we are now using a custom function to emulate the same behavior | ||||
* | Try to fix ITs on Windows. | Julien HENRY | 2013-01-07 | 1 | -1/+8 |
| | |||||
* | SONARPLUGINS-2313 Improve Linux script | Julien HENRY | 2013-01-04 | 1 | -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 code | Julien HENRY | 2013-01-04 | 1 | -4/+16 |
| | |||||
* | Preserve version in library filename. | Julien HENRY | 2013-01-04 | 2 | -7/+7 |
| | |||||
* | Move (again) Main to org.sonar.runner | Simon Brandhof | 2012-09-11 | 2 | -2/+2 |
| | |||||
* | SONARPLUGINS-2202 Refactor package names to have clearer API | Fabrice Bellingard | 2012-09-11 | 2 | -2/+2 |
| | |||||
* | SONARPLUGINS-2217 Move Sonar Batch Bootstrapper classes from Sonar to Sonar ↵ | Fabrice Bellingard | 2012-09-05 | 2 | -2/+2 |
| | | | | Runner | ||||
* | SONARPLUGINS-2044 Check if SONAR_RUNNER_HOME is correctly set | Fabrice Bellingard | 2012-07-20 | 2 | -4/+19 |
| | |||||
* | SONARPLUGINS-1921 sonar-runner.bat fails when java.exe is found in the path ↵ | Fabrice Bellingard | 2012-07-20 | 1 | -0/+5 |
| | | | | but contains a space | ||||
* | SONARPLUGINS-1582 Improve the script | Fabrice Bellingard | 2012-05-09 | 1 | -5/+26 |
| | |||||
* | SONARPLUGINS-1583 Fix regression | Fabrice Bellingard | 2012-05-09 | 1 | -6/+8 |
| | |||||
* | SONARPLUGINS-1583 Trailing slash on Windows XP prevent Sonar Runner to run | Fabrice Bellingard | 2012-05-02 | 1 | -3/+6 |
| | |||||
* | SONARPLUGINS-1617 Support the properties sonar.showSql and sonar.showSqlResults | Fabrice Bellingard | 2012-05-02 | 1 | -0/+18 |
| | |||||
* | SONARPLUGINS-1365 Fix incorrect debug information in script for Unix | Evgeny Mandrikov | 2011-09-15 | 1 | -2/+2 |
| | |||||
* | SONARPLUGINS-1220 Runner home must be optional | Simon Brandhof | 2011-06-27 | 2 | -1/+7 |
| | |||||
* | SONARPLUGINS-1114 Automatically determine SONAR_RUNNER_HOME on Windows | Evgeny Mandrikov | 2011-04-26 | 1 | -1/+6 |
| | |||||
* | SONARPLUGINS-1004 Add support for SONAR_RUNNER_OPTS environment variable | Evgeny Mandrikov | 2011-04-25 | 2 | -1/+12 |
| | |||||
* | Sonar runner: move assembly sources in src/main/assembly | Simon Brandhof | 2011-02-09 | 2 | -0/+30 |
| |