Message5822

Author pekka.klarck
Recipients otmarhumbel, pekka.klarck
Date 2010-06-17.11:13:27
SpamBayes Score 0.009308162
Marked as misclassified No
Message-id <1276773208.42.0.488232444723.issue1599@psf.upfronthosting.co.za>
In-reply-to
Content
Noticed a bug in the new jython.bat. To reproduce:

1) Have the new jython.bat in the Jython installation directory (i.e. in the same directory with jython.jar).
2) Have Jython installation directory in PATH.
3) Create new batch file with following content:
set jython="jython.bat"
%jython%  --version
4) Run the batch
=>
Execution fails with the following error:

Cannot find jython-dev.jar or jython.jar in
Try running this batch file from the 'bin' directory of an installed Jython,
or setting JYTHON_HOME.
History
Date User Action Args
2010-06-17 11:13:28pekka.klarcksetmessageid: <1276773208.42.0.488232444723.issue1599@psf.upfronthosting.co.za>
2010-06-17 11:13:28pekka.klarcksetrecipients: + pekka.klarck, otmarhumbel
2010-06-17 11:13:28pekka.klarcklinkissue1599 messages
2010-06-17 11:13:27pekka.klarckcreate