Browse Source

SONAR-RUNNER: Fix for Windows script

tags/2.5-rc1
Evgeny Mandrikov 13 years ago
parent
commit
58b0d35189
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/bin/sonar-runner.bat

+ 1
- 1
src/bin/sonar-runner.bat View File

@@ -2,4 +2,4 @@

@echo off

"%JAVA_HOME%\bin\java.exe" -classpath "%SONAR_RUNNER_HOME%\lib\sonar-runner.jar";"%SONAR_RUNNER_HOME%\lib\sonar-batch-bootstrapper.jar" "-Drunner.home=%SONAR_RUNNER_HOME%" org.sonar.runner.Main
"%JAVA_HOME%\bin\java.exe" -classpath "%SONAR_RUNNER_HOME%\lib\sonar-runner.jar";"%SONAR_RUNNER_HOME%\lib\sonar-batch-bootstrapper.jar" "-Drunner.home=%SONAR_RUNNER_HOME%" org.sonar.runner.Main %*

Loading…
Cancel
Save