Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: SONAR-RUNNER-1.2
-
Component/s: Sonar Runner
-
Labels:None
-
Number of attachments :
Description
Here is the information contained in script :
#echo "Info: Using java at $JAVACMD" #echo "Info: Using classpath $JAVACLASSPATH"
instead of
#echo "Info: Using java at $JAVA_CMD" #echo "Info: Using classpath $JAVA_CLASSPATH"
Activity
Olivier Gaudin
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Summary | Un-correct debug information | Incorrect debug information |
Evgeny Mandrikov
made changes -
| Description |
Here is the information contained in properties
#echo "Info: Using java at $JAVACMD" #echo "Info: Using classpath $JAVACLASSPATH" instead of #echo "Info: Using java at $JAVA_CMD" #echo "Info: Using classpath $JAVA_CLASSPATH" |
Here is the information contained in script :
{code} #echo "Info: Using java at $JAVACMD" #echo "Info: Using classpath $JAVACLASSPATH" {code} instead of {code} #echo "Info: Using java at $JAVA_CMD" #echo "Info: Using classpath $JAVA_CLASSPATH" {code} |
Evgeny Mandrikov
made changes -
| Summary | Incorrect debug information | Incorrect debug information in script for Unix |
Evgeny Mandrikov
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Evgeny Mandrikov [ godin ] | |
| Resolution | Fixed [ 1 ] |
Evgeny Mandrikov
made changes -
| Assignee | Evgeny Mandrikov [ godin ] | Freddy Mallet [ freddy.mallet ] |
Freddy Mallet
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Freddy Mallet [ freddy.mallet ] | Evgeny Mandrikov [ godin ] |