Message5856

Author otmarhumbel
Recipients SchlauFuchs, otmarhumbel
Date 2010-06-29.09:14:22
SpamBayes Score 0.010744306
Marked as misclassified No
Message-id <1277802862.71.0.580521928333.issue1624@psf.upfronthosting.co.za>
In-reply-to
Content
I used the --print option to see what command really is invoked.

jython.bat --print runner.py "c:\Program Files\some\" resulted in:
     java org.python.util.jython runner.py "c:\Program Files\some\"

jython.bat --print runner.py "c:\Program Files\some" resulted in:
     java org.python.util.jython runner.py "c:\Program Files\some"    

IMHO this is as expected (i snipped the java arguments).
History
Date User Action Args
2010-06-29 09:14:22otmarhumbelsetmessageid: <1277802862.71.0.580521928333.issue1624@psf.upfronthosting.co.za>
2010-06-29 09:14:22otmarhumbelsetrecipients: + otmarhumbel, SchlauFuchs
2010-06-29 09:14:22otmarhumbellinkissue1624 messages
2010-06-29 09:14:22otmarhumbelcreate