Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.7
-
Fix Version/s: 1.6.1
-
Component/s: None
-
Labels:None
-
Environment:WinXP SP3
-
Number of attachments :
Description
After installing Groovy using groovy-1.5.7-installer.exe, I noticed problems to start my WebLogic server...
After investigation it turned out it was no longer possible to run 'java' from command line, it did work when using 'java.exe'
Some further investigation showed that the environment variable PATHEXT was now PATHEXT=;.groovy;.gy in stead of the usual value PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
Needless to say Groovy left the building in the mean time...
(
Issue Links
- duplicates
-
GROOVY-3289
System path emptied by installer 1.5.7 on windows
-
-
GROOVY-3336
CLONE -System path emptied by installer 1.6 RC2 on windows
-
Activity
Guillaume Laforge
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Joachim Baumann [ jbaumann ] | |
| Fix Version/s | 1.5.8 [ 14630 ] |
Guillaume Laforge
made changes -
| Link |
This issue duplicates |
Joachim Baumann
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
Peter Kelley
made changes -
| Link |
This issue duplicates |
Guillaume Laforge
made changes -
| Fix Version/s | 1.5.8 [ 14630 ] | |
| Fix Version/s | 1.6.2 [ 15151 ] |
Joachim Baumann
made changes -
| Fix Version/s | 1.6.2 [ 15151 ] | |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Fix Version/s | 1.6.1 [ 14852 ] | |
| Resolution | Fixed [ 1 ] |
Paul King
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Groovy doesn't have to leave the building: just don't use the windows installer if it causes problems.
That said, we'll investigate the issue.