]> source.dussan.org Git - sonar-scanner-cli.git/commit
SONARPLUGINS-1220 Runner home must be optional
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 24 Jun 2011 16:56:40 +0000 (16:56 +0000)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 24 Jun 2011 16:56:40 +0000 (16:56 +0000)
commit9132e3292b142d7dbb5d89cb1973d9e09628bffe
tree9c7f82894cfbcae576706aa93ac4d51640982616
parent1cff17644140587b582d079b1edfeeba59f2daef
SONARPLUGINS-1220 Runner home must be optional
src/main/java/org/sonar/runner/Launcher.java
src/main/java/org/sonar/runner/Main.java
src/main/java/org/sonar/runner/Runner.java [new file with mode: 0644]
src/test/java/org/sonar/runner/MainTest.java
src/test/java/org/sonar/runner/RunnerTest.java [new file with mode: 0644]
src/test/resources/org/sonar/runner/MainTest/shouldLoadCompleteConfiguration/project/sonar-project.properties [new file with mode: 0644]
src/test/resources/org/sonar/runner/MainTest/shouldLoadCompleteConfiguration/runner/conf/sonar-runner.properties [new file with mode: 0644]
src/test/resources/org/sonar/runner/MainTest/shouldLoadRunnerSettingsByDirectPath/other-conf.properties [new file with mode: 0644]
src/test/resources/org/sonar/runner/MainTest/shouldLoadRunnerSettingsByHome/conf/sonar-runner.properties [new file with mode: 0644]
src/test/resources/org/sonar/runner/RunnerTest/shouldInitDirs/fake.txt [new file with mode: 0644]