]> source.dussan.org Git - sonar-scanner-cli.git/commitdiff
SQSCANNER-70 - Updated script comments (#91)
authorMark Rekveld <mark.rekveld@sonarsource.com>
Mon, 28 Sep 2020 06:55:34 +0000 (08:55 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Sep 2020 06:55:34 +0000 (08:55 +0200)
src/main/assembly/bin/sonar-scanner
src/main/assembly/bin/sonar-scanner-debug
src/main/assembly/bin/sonar-scanner-debug.bat
src/main/assembly/bin/sonar-scanner.bat

index 56f0ce55c39072cf50af96f214e849e048650453..2d2c2ccf6cd7a6c22b5e53bf076f841676864c2d 100755 (executable)
@@ -2,10 +2,12 @@
 #
 # SonarScanner Startup Script for Unix
 #
+# Required ENV vars:
+#   JAVA_HOME - Location of Java's installation, optional if use_embedded_jre is set
+#
 # Optional ENV vars:
 #   SONAR_SCANNER_OPTS - Parameters passed to the Java VM when running the SonarScanner
 #   SONAR_SCANNER_DEBUG_OPTS - Extra parameters passed to the Java VM for debugging
-#   JAVA_HOME - Location of Java's installation
 
 real_path () {
   target=$1
index 750f813cf804676b2f825035e7e8d7870bd6bd28..dd45ab0d3ddd8b7d7b3b5540f8ac3c7516e9f2e0 100755 (executable)
@@ -2,9 +2,11 @@
 #
 # SonarScanner Startup Script for Unix
 #
+# Required ENV vars:
+#   JAVA_HOME - Location of Java's installation, optional if use_embedded_jre is set
+#
 # Optional ENV vars:
 #   SONAR_SCANNER_OPTS - parameters passed to the Java VM when running the SonarScanner
-#   JAVA_HOME - Location of Java's installation
 
 SONAR_SCANNER_DEBUG_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"
 
index aea4d9784eacf10163d1a577afb928eef411784b..3021c01b4b3ad65a6ca8c7689d44bcf0de978627 100644 (file)
@@ -1,7 +1,7 @@
 @REM SonarScanner Startup Script for Windows
 @REM
 @REM Required ENV vars:
-@REM   JAVA_HOME - location of a JDK home dir
+@REM   JAVA_HOME - Location of Java's installation, optional if use_embedded_jre is set
 @REM
 @REM Optional ENV vars:
 @REM   SONAR_SCANNER_OPTS - parameters passed to the Java VM when running the SonarScanner
index 4ee9e55ce22a06e7aba141b82df78bccc4ceafe3..fdfbfd9b09d78d6b576423e444377ba0852daa03 100644 (file)
@@ -1,10 +1,11 @@
 @REM SonarScanner Startup Script for Windows
 @REM
 @REM Required ENV vars:
-@REM   JAVA_HOME - location of a JDK home dir
+@REM   JAVA_HOME - Location of Java's installation, optional if use_embedded_jre is set
 @REM
 @REM Optional ENV vars:
 @REM   SONAR_SCANNER_OPTS - parameters passed to the Java VM when running the SonarScanner
+@REM   SONAR_SCANNER_DEBUG_OPTS - Extra parameters passed to the Java VM for debugging
 
 @echo off