Message6203

Author otmarhumbel
Recipients SchlauFuchs, otmarhumbel
Date 2010-10-23.06:31:37
SpamBayes Score 0.093049474
Marked as misclassified No
Message-id <1287815498.43.0.635494810056.issue1624@psf.upfronthosting.co.za>
In-reply-to
Content
tested with 2.5.2rc1 - the full string is passed to jython:

C:\stuff\jython\jython-2.5.2rc1>jython.bat --print -c "import sys; print sys.argv" "c:\Program Files\some\"
"C:\Program Files\Java\jre6\bin\java"  -Xmx512m -Xss1152k -Dpython.home="C:\stuff\jython\jython-2.5.2rc1" -Dpython.executable="C:\stuff\jython\jython-2.5.2rc1\jython.bat"  -classpath "C:\stuff\jython\jython-2.5.2rc1\jython.jar" org.python.util.jython   -c "import sys; print sys.argv" "c:\Program Files\some\"
History
Date User Action Args
2010-10-23 06:31:38otmarhumbelsetmessageid: <1287815498.43.0.635494810056.issue1624@psf.upfronthosting.co.za>
2010-10-23 06:31:38otmarhumbelsetrecipients: + otmarhumbel, SchlauFuchs
2010-10-23 06:31:38otmarhumbellinkissue1624 messages
2010-10-23 06:31:37otmarhumbelcreate