On Apr 30, 2010, at 7:12 AM, Alec Munro wrote:

> Ok, the problem seems to be that fact that the file being run is a
> batch file. I printed out the resulting java call, and used that
> instead, and it works. However, now I need to modify my script to
> handle some of what jython.bat does. Ah well.

It's probably just an oddity of Windows, maybe it kills the bat process but the 
child process is unaffected. The bat file runs java via: cmd.exe /c exit /b 
<java>. Maybe there's another way to invoke it that would work better?

Eventually the Jython .bat file launcher will be replaced with a native .exe 
launcher -- if not by Jython 2.5.2 then likely the next release. That should 
solve this issue among other things:

http://bugs.jython.org/issue1491

--
Philip Jenvey

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to