Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: SONAR-RUNNER-1.3
-
Component/s: Sonar Runner
-
Labels:None
-
Number of attachments :
Description
If JAVA_HOME is not defined, the output does not really help the user :
C:\Projects\symfony>c:\sonar-runner-1.2\bin\sonar-runner
c:\sonar-runner-1.2\bin\..
The system cannot find the path specified.
Works well Fabrice nevertheless I'd have allowed the user to not have to specify the JAVA_HOME env variable if the java command was in the path. Indeed otherwise it requires another configuration step for the "basic" user. Looks like the title of this ticket was a bit misleading because when the JAVA_HOME env variable is wrongly defined we have the same issue. So at the end, looks like the expectation was :
Eric, what's your feeling about that ?
Thanks