Issue1782493

classification
Title: On cli $ ./jython --version missing java version number
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: harryf, pjenvey
Priority: normal Keywords:

Created on 2007-08-27.13:18:46 by harryf, last changed 2007-09-22.06:29:22 by pjenvey.

Messages
msg1862 (view) Author: Harry Fuecks (harryf) Date: 2007-08-27.13:18:46
Typing on CLI

$ ./jython --version

Gives;

Jython 2.2 on java

The java version is missing.

Meanwhile just starting the jython REPL like;

$ jython

reveals...

"Jython 2.2 on java1.5.0_11"

What I'd expect to see in the first instance
msg1863 (view) Author: Philip Jenvey (pjenvey) Date: 2007-09-22.06:29:22
this was fixed in r3492 and merged to the 2.2 branch in r3499
History
Date User Action Args
2007-08-27 13:18:46harryfcreate