]> source.dussan.org Git - sonar-scanner-cli.git/log
sonar-scanner-cli.git
11 years agoSONARPLUGINS-2560 Set encoding properly when reading content from Sonar server
Julien HENRY [Fri, 4 Jan 2013 15:15:54 +0000 (16:15 +0100)]
SONARPLUGINS-2560 Set encoding properly when reading content from Sonar server

11 years agoSONARPLUGINS-2313 Improve Linux script
Julien HENRY [Fri, 4 Jan 2013 14:48:23 +0000 (15:48 +0100)]
SONARPLUGINS-2313 Improve Linux script
* SONAR_RUNNER_HOME: autodetection over symbolic links
* validation when automaticly resolved
* return non zero exit code when SONAR_RUNNER_HOME is wrong

11 years agoSONARPLUGINS-2296 BAT script does not always return the exit code
Julien HENRY [Fri, 4 Jan 2013 13:29:16 +0000 (14:29 +0100)]
SONARPLUGINS-2296 BAT script does not always return the exit code

11 years agoSONARPLUGINS-2550 Add 'sonar.login' and 'sonar.password' to the general config file
Julien HENRY [Fri, 4 Jan 2013 13:16:15 +0000 (14:16 +0100)]
SONARPLUGINS-2550 Add 'sonar.login' and 'sonar.password' to the general config file

11 years agoPreserve version in library filename.
Julien HENRY [Fri, 4 Jan 2013 08:27:33 +0000 (09:27 +0100)]
Preserve version in library filename.

11 years agoSONARPLUGINS-1233 Delete the Sonar working/temporary directory before starting analysis
Julien HENRY [Fri, 4 Jan 2013 08:22:26 +0000 (09:22 +0100)]
SONARPLUGINS-1233 Delete the Sonar working/temporary directory before starting analysis
Duplicate code from commons-io as we don't want dependency in Sonar Runner.

11 years agoSONARPLUGINS-1233 Delete the Sonar working/temporary directory before starting analysis
Julien HENRY [Thu, 3 Jan 2013 10:19:07 +0000 (11:19 +0100)]
SONARPLUGINS-1233 Delete the Sonar working/temporary directory before starting analysis

11 years agoRemove deprecations.
Julien HENRY [Thu, 3 Jan 2013 10:09:55 +0000 (11:09 +0100)]
Remove deprecations.

11 years agoUpdate to parent 15.
Julien HENRY [Thu, 3 Jan 2013 09:56:04 +0000 (10:56 +0100)]
Update to parent 15.

11 years agoFix method name
Simon Brandhof [Wed, 24 Oct 2012 13:38:00 +0000 (15:38 +0200)]
Fix method name

12 years agoUpdate README.md
David RACODON [Thu, 20 Sep 2012 09:48:23 +0000 (12:48 +0300)]
Update README.md

12 years ago[maven-release-plugin] prepare for next development iteration
Eric Hartmann [Thu, 20 Sep 2012 06:55:18 +0000 (08:55 +0200)]
[maven-release-plugin] prepare for next development iteration

12 years ago[maven-release-plugin] prepare release 2.0
Eric Hartmann [Thu, 20 Sep 2012 06:55:07 +0000 (08:55 +0200)]
[maven-release-plugin] prepare release 2.0

12 years agoReplace deprecated properties by new standard ones
Fabrice Bellingard [Fri, 14 Sep 2012 15:24:44 +0000 (17:24 +0200)]
Replace deprecated properties by new standard ones

12 years agoSONARPLUGINS-2256 Add log to warn when analysis is platform dependent
Fabrice Bellingard [Fri, 14 Sep 2012 08:13:15 +0000 (10:13 +0200)]
SONARPLUGINS-2256 Add log to warn when analysis is platform dependent

12 years agoFix violations.
Fabrice Bellingard [Fri, 14 Sep 2012 07:56:19 +0000 (09:56 +0200)]
Fix violations.

12 years agoSONARPLUGINS-2256 Do not force UTF-8 as the default charset
Fabrice Bellingard [Fri, 14 Sep 2012 07:46:00 +0000 (09:46 +0200)]
SONARPLUGINS-2256 Do not force UTF-8 as the default charset

=> By default sonar-runner should not use UTF-8 to read source code
   files but the default encoding of the JVM.

12 years agoSONARPLUGINS-2202 Clean the working dir name
Fabrice Bellingard [Thu, 13 Sep 2012 16:25:31 +0000 (18:25 +0200)]
SONARPLUGINS-2202 Clean the working dir name

12 years agoUpdate name and file headers
Fabrice Bellingard [Thu, 13 Sep 2012 16:11:07 +0000 (18:11 +0200)]
Update name and file headers

12 years agoSONARPLUGINS-2202 Work dir of modules are located in root project
Fabrice Bellingard [Thu, 13 Sep 2012 15:57:59 +0000 (17:57 +0200)]
SONARPLUGINS-2202 Work dir of modules are located in root project

12 years agoSONARPLUGINS-2202 "sonar.projectName" default value is now module ID
Fabrice Bellingard [Thu, 13 Sep 2012 14:07:23 +0000 (16:07 +0200)]
SONARPLUGINS-2202 "sonar.projectName" default value is now module ID

12 years agoRedirect test output to file
Simon Brandhof [Thu, 13 Sep 2012 15:00:13 +0000 (17:00 +0200)]
Redirect test output to file

12 years agoRevert name change
Simon Brandhof [Thu, 13 Sep 2012 14:58:13 +0000 (16:58 +0200)]
Revert name change

12 years agoRename pom name from "Sonar Standalone Runner" to "Sonar Runner"
Simon Brandhof [Thu, 13 Sep 2012 14:54:34 +0000 (16:54 +0200)]
Rename pom name from "Sonar Standalone Runner" to "Sonar Runner"

12 years agoRefactor package names
Simon Brandhof [Thu, 13 Sep 2012 14:49:00 +0000 (16:49 +0200)]
Refactor package names

12 years agoFix classloader issue with ant 1.7.x
Simon Brandhof [Thu, 13 Sep 2012 14:39:35 +0000 (16:39 +0200)]
Fix classloader issue with ant 1.7.x

12 years agoSONARPLUGINS-2202 Improve log message
Fabrice Bellingard [Wed, 12 Sep 2012 10:47:07 +0000 (12:47 +0200)]
SONARPLUGINS-2202 Improve log message

12 years agoRefactor org.sonar.runner.Main
Simon Brandhof [Tue, 11 Sep 2012 20:39:21 +0000 (22:39 +0200)]
Refactor org.sonar.runner.Main

12 years agoMove (again) Main to org.sonar.runner
Simon Brandhof [Tue, 11 Sep 2012 16:21:18 +0000 (18:21 +0200)]
Move (again) Main to org.sonar.runner

12 years agoMerge remote-tracking branch 'origin/master'
Simon Brandhof [Tue, 11 Sep 2012 14:48:17 +0000 (16:48 +0200)]
Merge remote-tracking branch 'origin/master'

12 years agoRemove bad reference to parent pom
Simon Brandhof [Tue, 11 Sep 2012 14:48:09 +0000 (16:48 +0200)]
Remove bad reference to parent pom

12 years agoSONARPLUGINS-2202 Make it possible to pass environment information
Fabrice Bellingard [Tue, 11 Sep 2012 12:23:34 +0000 (14:23 +0200)]
SONARPLUGINS-2202 Make it possible to pass environment information

Necessary for the Ant task for instance:
- masked packages
- container extensions

=> This part of the API should be improved

12 years agoSONARPLUGINS-2202 Improve multi-module definition
Fabrice Bellingard [Tue, 11 Sep 2012 12:21:25 +0000 (14:21 +0200)]
SONARPLUGINS-2202 Improve multi-module definition

12 years agoSONARPLUGINS-2202 sonar.projectKey not mandatory on a module def.
Fabrice Bellingard [Mon, 10 Sep 2012 17:04:52 +0000 (19:04 +0200)]
SONARPLUGINS-2202 sonar.projectKey not mandatory on a module def.

=> it is automatically generated from the module Id found in
   "sonar.modules"

12 years agoSONARPLUGINS-2202 Check unicity of module's key inside its parent
Fabrice Bellingard [Mon, 10 Sep 2012 16:47:24 +0000 (18:47 +0200)]
SONARPLUGINS-2202 Check unicity of module's key inside its parent

12 years agoSONARPLUGINS-2202 Refactor package names to have clearer API
Fabrice Bellingard [Mon, 10 Sep 2012 16:23:14 +0000 (18:23 +0200)]
SONARPLUGINS-2202 Refactor package names to have clearer API

12 years agoAdd .gitignore
Simon Brandhof [Mon, 10 Sep 2012 13:54:35 +0000 (15:54 +0200)]
Add .gitignore

12 years agoSONARPLUGINS-2202 Prefix child key by parent key
Fabrice Bellingard [Mon, 10 Sep 2012 09:53:30 +0000 (11:53 +0200)]
SONARPLUGINS-2202 Prefix child key by parent key

12 years agoSONARPLUGINS-2202 Change some property names
Fabrice Bellingard [Mon, 10 Sep 2012 09:16:32 +0000 (11:16 +0200)]
SONARPLUGINS-2202 Change some property names

The 2 following properties have been introduced for better
readability and consistency:
  - sonar.projectBaseDir
  - sonar.projectConfigFile

12 years agoFix violations / improve documentation / refactor some code
Fabrice Bellingard [Fri, 7 Sep 2012 16:39:15 +0000 (18:39 +0200)]
Fix violations / improve documentation / refactor some code

12 years agoImprove API and its documentation.
Fabrice Bellingard [Fri, 7 Sep 2012 14:29:44 +0000 (16:29 +0200)]
Improve API and its documentation.

12 years agoRefactor code and add some API documentation.
Fabrice Bellingard [Fri, 7 Sep 2012 13:20:42 +0000 (15:20 +0200)]
Refactor code and add some API documentation.

12 years agoFix test
Fabrice Bellingard [Fri, 7 Sep 2012 09:40:57 +0000 (11:40 +0200)]
Fix test

12 years agoImprove error message for unsupported version of Sonar
Fabrice Bellingard [Fri, 7 Sep 2012 09:11:26 +0000 (11:11 +0200)]
Improve error message for unsupported version of Sonar

12 years agoAllows to overwrite environment information on the Runner
Fabrice Bellingard [Fri, 7 Sep 2012 08:21:17 +0000 (10:21 +0200)]
Allows to overwrite environment information on the Runner

12 years agoSONARPLUGINS-2203 Improve tests
Fabrice Bellingard [Thu, 6 Sep 2012 09:18:18 +0000 (11:18 +0200)]
SONARPLUGINS-2203 Improve tests

12 years agoSONARPLUGINS-2203 Make sure all Sonar properties start with "sonar."
Fabrice Bellingard [Thu, 6 Sep 2012 09:13:20 +0000 (11:13 +0200)]
SONARPLUGINS-2203 Make sure all Sonar properties start with "sonar."

12 years agoSONARPLUGINS-1856 Log message if sources directory does not exist
Fabrice Bellingard [Wed, 5 Sep 2012 14:40:09 +0000 (16:40 +0200)]
SONARPLUGINS-1856 Log message if sources directory does not exist

=> When launching the Sonar Runner, a meaningful error message must
   be thrown when one source directory doesn't exist

12 years agoFix unit test
Fabrice Bellingard [Wed, 5 Sep 2012 14:17:47 +0000 (16:17 +0200)]
Fix unit test

12 years agoRefactor and fix violations (again)
Fabrice Bellingard [Wed, 5 Sep 2012 14:13:54 +0000 (16:13 +0200)]
Refactor and fix violations (again)

12 years agoRefactor and fix violations
Fabrice Bellingard [Wed, 5 Sep 2012 14:05:35 +0000 (16:05 +0200)]
Refactor and fix violations

12 years agoAdd readme
Fabrice Bellingard [Wed, 5 Sep 2012 12:42:59 +0000 (14:42 +0200)]
Add readme

12 years agoUpdate SCM information
Eric Hartmann [Wed, 5 Sep 2012 11:34:02 +0000 (13:34 +0200)]
Update SCM information

12 years agoSONARPLUGINS-2217 Move Sonar Batch Bootstrapper classes from Sonar to Sonar Runner
Fabrice Bellingard [Wed, 5 Sep 2012 10:26:04 +0000 (10:26 +0000)]
SONARPLUGINS-2217 Move Sonar Batch Bootstrapper classes from Sonar to Sonar Runner

12 years agoSONARPLUGINS-2202 Add multi-module support
Fabrice Bellingard [Wed, 5 Sep 2012 09:04:33 +0000 (09:04 +0000)]
SONARPLUGINS-2202 Add multi-module support

12 years agoSonar Runner - Replace use of deprecated code, preparing for SONARPLUGINS-2202
Fabrice Bellingard [Mon, 3 Sep 2012 14:00:39 +0000 (14:00 +0000)]
Sonar Runner - Replace use of deprecated code, preparing for SONARPLUGINS-2202

12 years ago[maven-release-plugin] prepare for next development iteration
Eric Hartmann [Wed, 1 Aug 2012 14:52:45 +0000 (14:52 +0000)]
[maven-release-plugin] prepare for next development iteration

12 years ago[maven-release-plugin] prepare release sonar-runner-1.4
Eric Hartmann [Wed, 1 Aug 2012 14:52:14 +0000 (14:52 +0000)]
[maven-release-plugin] prepare release sonar-runner-1.4

12 years agoMinimal required version of sonar is upgraded to 2.11
Simon Brandhof [Tue, 31 Jul 2012 17:42:14 +0000 (17:42 +0000)]
Minimal required version of sonar is upgraded to 2.11

12 years agoSONARPLUGINS-1230 Work dir can be absolute or relative
Fabrice Bellingard [Thu, 26 Jul 2012 15:18:10 +0000 (15:18 +0000)]
SONARPLUGINS-1230 Work dir can be absolute or relative

12 years agoAdd javadoc
Simon Brandhof [Wed, 25 Jul 2012 15:35:10 +0000 (15:35 +0000)]
Add javadoc

12 years agoSonar Runner - Increase test coverage
Fabrice Bellingard [Tue, 24 Jul 2012 08:08:20 +0000 (08:08 +0000)]
Sonar Runner - Increase test coverage

12 years agoSONARPLUGINS-2044 Check if SONAR_RUNNER_HOME is correctly set
Fabrice Bellingard [Fri, 20 Jul 2012 14:00:49 +0000 (14:00 +0000)]
SONARPLUGINS-2044 Check if SONAR_RUNNER_HOME is correctly set

12 years agoSONARPLUGINS-1921 sonar-runner.bat fails when java.exe is found in the path but conta...
Fabrice Bellingard [Fri, 20 Jul 2012 12:42:50 +0000 (12:42 +0000)]
SONARPLUGINS-1921 sonar-runner.bat fails when java.exe is found in the path but contains a space

12 years agoSONARPLUGINS-1230 Configure the location of working directory
Fabrice Bellingard [Thu, 19 Jul 2012 14:39:01 +0000 (14:39 +0000)]
SONARPLUGINS-1230 Configure the location of working directory

12 years agoSONARPLUGINS-2038 Log the property only in Debug mode
Fabrice Bellingard [Thu, 19 Jul 2012 13:25:27 +0000 (13:25 +0000)]
SONARPLUGINS-2038 Log the property only in Debug mode

12 years agoSONARPLUGINS-2038 Log the value of the system property "sun.arch.data.model" at start-up
Fabrice Bellingard [Thu, 19 Jul 2012 12:44:50 +0000 (12:44 +0000)]
SONARPLUGINS-2038 Log the value of the system property "sun.arch.data.model" at start-up

12 years agoUpgrade to Parent version 13
Eric Hartmann [Wed, 9 May 2012 15:48:58 +0000 (15:48 +0000)]
Upgrade to Parent version 13

12 years ago[maven-release-plugin] prepare for next development iteration
Eric Hartmann [Wed, 9 May 2012 14:54:08 +0000 (14:54 +0000)]
[maven-release-plugin] prepare for next development iteration

12 years ago[maven-release-plugin] prepare release sonar-runner-1.3
Eric Hartmann [Wed, 9 May 2012 14:53:44 +0000 (14:53 +0000)]
[maven-release-plugin] prepare release sonar-runner-1.3

12 years agoSONARPLUGINS-1582 Improve the script
Fabrice Bellingard [Wed, 9 May 2012 10:27:08 +0000 (10:27 +0000)]
SONARPLUGINS-1582 Improve the script

12 years agoSONARPLUGINS-1583 Fix regression
Fabrice Bellingard [Wed, 9 May 2012 08:56:30 +0000 (08:56 +0000)]
SONARPLUGINS-1583 Fix regression

12 years agoSONARPLUGINS-1619 Support the properties sonar.showSql and sonar.showSqlResults
Fabrice Bellingard [Thu, 3 May 2012 09:14:29 +0000 (09:14 +0000)]
SONARPLUGINS-1619 Support the properties sonar.showSql and sonar.showSqlResults

12 years agoSONARPLUGINS-1583 Trailing slash on Windows XP prevent Sonar Runner to run
Fabrice Bellingard [Wed, 2 May 2012 13:41:53 +0000 (13:41 +0000)]
SONARPLUGINS-1583 Trailing slash on Windows XP prevent Sonar Runner to run

12 years agoSONARPLUGINS-1617 Support the properties sonar.showSql and sonar.showSqlResults
Fabrice Bellingard [Wed, 2 May 2012 11:48:19 +0000 (11:48 +0000)]
SONARPLUGINS-1617 Support the properties sonar.showSql and sonar.showSqlResults

12 years agoUpdate to parent version 12 that restore JDK 5 compatibility
Eric Hartmann [Fri, 6 Apr 2012 06:55:14 +0000 (06:55 +0000)]
Update to parent version 12 that restore JDK 5 compatibility

12 years agoUpgrade to 11 instead of 11-SNAPSHOT
Eric Hartmann [Mon, 12 Mar 2012 13:51:36 +0000 (13:51 +0000)]
Upgrade to 11 instead of 11-SNAPSHOT

12 years agoUpgrade all the Forge to POM parent to 11
Eric Hartmann [Mon, 12 Mar 2012 13:15:47 +0000 (13:15 +0000)]
Upgrade all the Forge to POM parent to 11

12 years ago[maven-release-plugin] prepare for next development iteration
Eric Hartmann [Thu, 22 Dec 2011 18:14:15 +0000 (18:14 +0000)]
[maven-release-plugin] prepare for next development iteration

12 years ago[maven-release-plugin] prepare release sonar-runner-1.2
Eric Hartmann [Thu, 22 Dec 2011 18:13:48 +0000 (18:13 +0000)]
[maven-release-plugin] prepare release sonar-runner-1.2

12 years agoFix test on Windows
Evgeny Mandrikov [Tue, 20 Dec 2011 11:40:09 +0000 (11:40 +0000)]
Fix test on Windows

12 years agoSONARPLUGINS-1376 Throw an exception with a meaningful message, when no files matchin...
Evgeny Mandrikov [Mon, 19 Dec 2011 17:15:44 +0000 (17:15 +0000)]
SONARPLUGINS-1376 Throw an exception with a meaningful message, when no files matching pattern

12 years agoSONARPLUGINS-1572 When no runner or project configuration file is found, this piece...
Evgeny Mandrikov [Mon, 19 Dec 2011 16:29:28 +0000 (16:29 +0000)]
SONARPLUGINS-1572 When no runner or project configuration file is found, this piece of information should also be logged

12 years agoSONARPLUGINS-1466 Display all missing mandatory properties
Evgeny Mandrikov [Mon, 19 Dec 2011 16:23:41 +0000 (16:23 +0000)]
SONARPLUGINS-1466 Display all missing mandatory properties

12 years agoSONARPLUGINS-1343 When launching runner, information about OS should be printed
Evgeny Mandrikov [Mon, 19 Dec 2011 16:10:06 +0000 (16:10 +0000)]
SONARPLUGINS-1343 When launching runner, information about OS should be printed

12 years agoSONARPLUGINS-1465 Reorder properties
Evgeny Mandrikov [Mon, 19 Dec 2011 15:59:30 +0000 (15:59 +0000)]
SONARPLUGINS-1465 Reorder properties

12 years agoSONARPLUGINS-1023 Don't show leading zeros, so format of "total time" is fully consis...
Evgeny Mandrikov [Mon, 19 Dec 2011 15:54:31 +0000 (15:54 +0000)]
SONARPLUGINS-1023 Don't show leading zeros, so format of "total time" is fully consistent with Maven

12 years agoSONARPLUGINS-1376 Allow to use pattern like "lib/*.jar" for property "libraries"
Evgeny Mandrikov [Mon, 19 Dec 2011 10:06:23 +0000 (10:06 +0000)]
SONARPLUGINS-1376 Allow to use pattern like "lib/*.jar" for property "libraries"

12 years agoFix typo in name of method, add tests
Evgeny Mandrikov [Thu, 15 Dec 2011 21:03:58 +0000 (21:03 +0000)]
Fix typo in name of method, add tests

12 years agoSONARPLUGINS-1466 Throw an exception with a meaningful message, when mandatory proper...
Evgeny Mandrikov [Thu, 15 Dec 2011 20:39:31 +0000 (20:39 +0000)]
SONARPLUGINS-1466 Throw an exception with a meaningful message, when mandatory property was not defined

12 years agoSONARPLUGINS-1465 Remove default "directory layout"
Evgeny Mandrikov [Thu, 15 Dec 2011 18:01:49 +0000 (18:01 +0000)]
SONARPLUGINS-1465 Remove default "directory layout"

12 years agoSONARPLUGINS-1023 Display total running time at the end of analysis
Evgeny Mandrikov [Thu, 15 Dec 2011 17:04:21 +0000 (17:04 +0000)]
SONARPLUGINS-1023 Display total running time at the end of analysis

12 years agoSONARPLUGINS-1343 When launching runner, version of Java should be printed
Evgeny Mandrikov [Thu, 15 Dec 2011 16:44:23 +0000 (16:44 +0000)]
SONARPLUGINS-1343 When launching runner, version of Java should be printed

12 years agoFix violations
Evgeny Mandrikov [Thu, 15 Dec 2011 08:38:36 +0000 (08:38 +0000)]
Fix violations

12 years agoFix violations
Evgeny Mandrikov [Thu, 15 Dec 2011 07:57:37 +0000 (07:57 +0000)]
Fix violations

12 years agoSONARPLUGINS-1229 Display memory usage at the end of analysis
Evgeny Mandrikov [Thu, 15 Dec 2011 07:49:59 +0000 (07:49 +0000)]
SONARPLUGINS-1229 Display memory usage at the end of analysis

12 years agoSONARPLUGINS-1372 Allow definitions of properties without white space
Evgeny Mandrikov [Thu, 15 Dec 2011 07:11:55 +0000 (07:11 +0000)]
SONARPLUGINS-1372 Allow definitions of properties without white space

12 years agoAdd issueManagement section
Evgeny Mandrikov [Thu, 3 Nov 2011 09:49:28 +0000 (09:49 +0000)]
Add issueManagement section

13 years agoFix compilation of java-runner
Simon Brandhof [Tue, 18 Oct 2011 14:32:06 +0000 (14:32 +0000)]
Fix compilation of java-runner

13 years agoSONARPLUGINS-1433 Add the property sonar.verbose
Simon Brandhof [Tue, 18 Oct 2011 14:23:39 +0000 (14:23 +0000)]
SONARPLUGINS-1433 Add the property sonar.verbose