Message6709

Author cxbrooks
Recipients amak, cxbrooks
Date 2011-11-05.22:30:28
SpamBayes Score 0.00011632872
Marked as misclassified No
Message-id <1320532228.91.0.73478700346.issue1814@psf.upfronthosting.co.za>
In-reply-to
Content
BTW - For Kepler/Ptolemy, I changed calls like:

new PyJavaInstance(attribute)
to
PyJavaType.wrapJavaObject(attribute)

I have no idea if this is correct, but the Ptolemy tests passed.
Adding something to the Jython Wiki would be great.
History
Date User Action Args
2011-11-05 22:30:28cxbrookssetmessageid: <1320532228.91.0.73478700346.issue1814@psf.upfronthosting.co.za>
2011-11-05 22:30:28cxbrookssetrecipients: + cxbrooks, amak
2011-11-05 22:30:28cxbrookslinkissue1814 messages
2011-11-05 22:30:28cxbrookscreate