Issue2319

classification
Title: CLASSPATH ignored by new launcher
Type: Severity: normal
Components: Versions: Jython 2.7
Milestone: Jython 2.7.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: zyasoft Nosy List: zyasoft
Priority: urgent Keywords:

Created on 2015-04-09.23:31:10 by zyasoft, last changed 2015-04-28.16:07:11 by zyasoft.

Messages
msg9781 (view) Author: Jim Baker (zyasoft) Date: 2015-04-09.23:31:09
The new launcher (src/shell/jython.py) currently ignores CLASSPATH when constructing the -classpath option, which is a regression from the bash-based version.

Currently there's no testing to prevent this regression, so that should also be fixed (#2311)

Blocker for RC3
msg9909 (view) Author: Jim Baker (zyasoft) Date: 2015-04-20.19:23:18
Fixed as of https://hg.python.org/jython/rev/585cc365d4bd
History
Date User Action Args
2015-04-28 16:07:11zyasoftsetstatus: pending -> closed
2015-04-20 19:23:47zyasoftsetstatus: open -> pending
resolution: fixed
2015-04-20 19:23:18zyasoftsetmessages: + msg9909
2015-04-14 23:33:56zyasoftsetmilestone: Jython 2.7.0
2015-04-09 23:31:10zyasoftcreate