Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.4
-
Fix Version/s: 2.0.7
-
Component/s: Command Line
-
Labels:None
-
Environment:Mac OS X 10.4
-
Complexity:Intermediate
-
Number of attachments :
Description
The shell script outputs $JAVA_VERSION. In my case, in an ill-fated attempt to get maven to use JDK 1.4, this was set to 1.4 but JAVA_HOME was already set (in .profile or wherever) to that of the current JDK (1.5). So it is inconsistent and led me on a wild goose chase to track down a problem. If Maven is going to output the java version, do it from java code using the right system property. Only use JAVA_VERSION to help select a JAVA_HOME, if JAVA_HOME isn't set.
Perhaps there is some standard approach to this sort of thing but I am unsure.
Issue Links
- duplicates
-
MNG-2582
-X (debug) does not display JVM version
-
Activity
John Casey
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 2.2 [ 12081 ] |
Jason van Zyl
made changes -
| Fix Version/s | 2.2.x [ 13145 ] | |
| Fix Version/s | 2.2 [ 12081 ] |
Brian Fox
made changes -
| Assignee | Brian Fox [ brianfox ] |
Brian Fox
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Fix Version/s | 2.2.x [ 13145 ] | |
| Resolution | Fixed [ 1 ] | |
| Fix Version/s | 2.0.7 [ 13138 ] |