Issue1608811
Created on 2006-12-04.22:12:53 by richieb, last changed 2006-12-05.03:07:19 by cgroves.
File name |
Uploaded |
Description |
Edit |
Remove |
javaos.py
|
richieb,
2006-12-04.22:12:53
|
Fixed javaos.py. |
|
|
msg1358 (view) |
Author: Richie Bielak (richieb) |
Date: 2006-12-04.22:12:53 |
|
Jython 2.1 does not property detect Windows 2003 server. It defaults to "posix" and as a result os.system("som-command") does not work.
The fix is very simple. In "Lib/javaos.py" "Windows 2003" needs to be added as a string for matching OS type. Fixed file attached.
Jython 2.2 seems to work properly.
|
msg1359 (view) |
Author: Charlie Groves (cgroves) |
Date: 2006-12-05.03:07:19 |
|
This is a dupe of 1553590
|
|
Date |
User |
Action |
Args |
2006-12-04 22:12:53 | richieb | create | |
|