Message4939

Author jimwhite
Recipients jimwhite
Date 2009-07-25.17:58:02
SpamBayes Score 5.673853e-10
Marked as misclassified No
Message-id <1248544683.99.0.465165931771.issue1408@psf.upfronthosting.co.za>
In-reply-to
Content
The JSR-223 API provides Writer/ErrorWriter/Reader properties for the 
engine to use for stdio.

Attached is a quickie patch that gets output working.  I didn't spend a 
lot of time figuring out exactly how it should be implemented for this 
particular code, but it does work with IFCX Wings.

I didn't include the ReaderInputStream adapter for supporting input 
because I don't know if the license is OK for Jython.  It is Apache, and 
I used it in the IFCX version of the Jython engine.

In addition to scripting.dev.java.net, you can also see it in IFCX.org 
SVN: 

http://ifcx.svn.sourceforge.net/viewvc/ifcx/thirdparty/scripting/engines
/jython/src/com/sun/script/jython/
History
Date User Action Args
2009-07-25 17:58:03jimwhitesetmessageid: <1248544683.99.0.465165931771.issue1408@psf.upfronthosting.co.za>
2009-07-25 17:58:03jimwhitesetrecipients: + jimwhite
2009-07-25 17:58:03jimwhitelinkissue1408 messages
2009-07-25 17:58:03jimwhitecreate