Issue1187

classification
Title: JYTHON_OPTS broken in jython.bat
Type: crash Severity: normal
Components: Installer Versions: 2.5b0
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: otmarhumbel Nosy List: otmarhumbel
Priority: urgent Keywords:

Created on 2008-12-01.14:44:36 by otmarhumbel, last changed 2008-12-03.09:35:05 by otmarhumbel.

Files
File name Uploaded Description Edit Remove
parent.py otmarhumbel, 2008-12-01.14:44:35 standalone script to reproduce the problem
parent.log otmarhumbel, 2008-12-01.14:45:29 output of calling 'jython.bat parent.py'
Messages
msg3862 (view) Author: Oti Humbel (otmarhumbel) Date: 2008-12-01.14:44:35
JYTHON_OPTS are populated with the arguments to jython.bat

The attached in parent.py illustrates the problem: calling a subprocess
calls parent.py instead (see output of parent.log)

This blocks issue1180.
msg3867 (view) Author: Oti Humbel (otmarhumbel) Date: 2008-12-03.09:35:04
fixed with http://jython.svn.sourceforge.net/viewvc/jython?
view=rev&revision=5680
History
Date User Action Args
2008-12-03 09:35:05otmarhumbelsetstatus: open -> closed
resolution: fixed
messages: + msg3867
2008-12-01 14:54:37otmarhumbellinkissue1180 dependencies
2008-12-01 14:45:29otmarhumbelsetfiles: + parent.log
2008-12-01 14:44:36otmarhumbelcreate